#0236D7

Color #0236D7 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #0236D7

Tints of Persian Blue #0236D7

Color information

#0236D7 (or 0x0236D7) is unknown color: approx Persian Blue. HEX triplet: 02, 36 and D7. RGB value is (2,54,215). Sum of RGB (Red+Green+Blue) = 2+54+215=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 215 (84.38% from 255 or 79.34% from 271); Max value from RGB is 215 - color contains mainly: blue. Hex color #0236D7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0236D7 is #FDC928. Grayscale: #383838. Windows color (decimal): -16632105 or 14104066. OLE color: 14104066.

HSL color Cylindrical-coordinate representation of color #0236D7: hue angle of 225.35º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0236D7 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB254215-
CMYK0.990.7500.16
HSL225.35º98.16%42.55%-
HSV(B)225.35º99.07%84.31%-
XYZ13.617.5665.03-
YUV56.81217.2788.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.74%
GREEN value IS 54 (21.48% from 255) = 19.93%
BLUE value IS 215 (84.38% from 255) = 79.34%
R=0.74%
G=19.93%
B=79.34%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2542150.990.7500.16225.3598.1642.55
Hex236D7634B010e1622b
Octal26632714311302034114253
Binary101101101101011111000111001011010000111000011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0236D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0236D7; }

 p { color: rgb(2,54,215); }

 H1.HeaderClassName
 {
   color: #0236D7;
 }
 .AnyTagClassName
 {
   color: #0236D7;
 }
</style>
background-color css

<style>
 a { background-color: #0236D7; }

 a { background-color: rgb(2,54,215); }

 div.DivClassName
 {
   background-color: #0236D7;
 }
 .BgClassName
 {
   background-color: #0236D7;
 }
</style>
border-color css

<style>
 span { border-color: #0236D7; }

 span { border-color: rgb(2,54,215); }

 td.TdClassName
 {
   border-color: #0236D7;
 }
 .TagClassName
 {
   border-color: #0236D7;
 }
</style>