Html Css Color HEX #020C87 Dark Blue

📋 copy color: '#020C87'

red 2 ◦ green 12 ◦ blue 135

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

Shades of Dark Blue #020C87

Tints of Dark Blue #020C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 90.6%

R = 1.34%
G = 8.05%
B = 90.6%

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

#020C87 (or 0x020C87) is known color: Dark Blue. HEX triplet: 02, 0C and 87. RGB value is (2,12,135). Sum of RGB (Red+Green+Blue) = 2+12+135=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 12 (5.08% from 255 or 8.05% from 149); Blue value is 135 (53.12% from 255 or 90.60% from 149); Max value from RGB is 135 - color contains mainly: blue. Hex color #020C87 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020C87 is #FDF378. Grayscale: #161616. Windows color (decimal): -16642937 or 8850434. OLE color: 8850434.

HSL color Cylindrical-coordinate representation of color #020C87: hue angle of 235.49º 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 #020C87 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 12 135 -
CMYK 0.99 0.91 0 0.47
HSL 235.49º 0.97% 0.27% -
HSV(B) 235.49º 0.99% 0.53% -
XYZ 4.53 2.03 23.07 -
YUV 23.03 191.19 113 -
System Red Green Blue C M Y K H S L
Decimal 2 12 135 0.99 0.91 0 0.47 235.49 0.97 0.27
Hex 2 C 87 63 5B 0 2F EB 61 1B
Octal 2 14 207 143 133 0 57 353 141 33
Binary 10 1100 10000111 1100011 1011011 0 101111 11101011 1100001 11011

Color Harmonies of #020C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020C87

Black with #020C87

Text Example


Text Example

White with #020C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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