Html Css Color HEX #020C88 Dark Blue

📋 copy color: '#020C88'

red 2 ◦ green 12 ◦ blue 136

#020C88
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Blue #020C88

Tints of Dark Blue #020C88

RGB

 RED value IS 2 (1.17% from 255) = 1.33%

 GREEN value IS 12 (5.08% from 255) = 8%

 BLUE value IS 136 (53.52% from 255) = 90.67%

R = 1.33%
G = 8%
B = 90.67%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#020C88 (or 0x020C88) is known color: Dark Blue. HEX triplet: 02, 0C and 88. RGB value is (2,12,136). Sum of RGB (Red+Green+Blue) = 2+12+136=150 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.33% from 150); Green value is 12 (5.08% from 255 or 8% from 150); Blue value is 136 (53.52% from 255 or 90.67% from 150); Max value from RGB is 136 - color contains mainly: blue. Hex color #020C88 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020C88 is #FDF377. Grayscale: #161616. Windows color (decimal): -16642936 or 8915970. OLE color: 8915970.

HSL color Cylindrical-coordinate representation of color #020C88: hue angle of 235.52º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020C88 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 12 136 -
CMYK 0.99 0.91 0 0.47
HSL 235.52º 0.97% 0.27% -
HSV(B) 235.52º 0.99% 0.53% -
XYZ 4.6 2.05 23.45 -
YUV 23.15 191.69 112.92 -
System Red Green Blue C M Y K H S L
Decimal 2 12 136 0.99 0.91 0 0.47 235.52 0.97 0.27
Hex 2 C 88 63 5B 0 2F EC 61 1B
Octal 2 14 210 143 133 0 57 354 141 33
Binary 10 1100 10001000 1100011 1011011 0 101111 11101100 1100001 11011

Color Harmonies of #020C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020C88

Black with #020C88

Text Example


Text Example

White with #020C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020C88; }

 p { color: rgb(2,12,136); }

 H1.HeaderClassName
 {
   color: #020C88;
 }
 .AnyTagClassName
 {
   color: #020C88;
 }
</style>

background-color css

<style>
 a { background-color: #020C88; }

 a { background-color: rgb(2,12,136); }

 div.DivClassName
 {
   background-color: #020C88;
 }
 .BgClassName
 {
   background-color: #020C88;
 }
</style>

border-color css

<style>
 span { border-color: #020C88; }

 span { border-color: rgb(2,12,136); }

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