Html Css Color HEX #020C8C Dark Blue

📋 copy color: '#020C8C'

red 2 ◦ green 12 ◦ blue 140

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

Shades of Dark Blue #020C8C

Tints of Dark Blue #020C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 90.91%

R = 1.3%
G = 7.79%
B = 90.91%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#020C8C (or 0x020C8C) is known color: Dark Blue. HEX triplet: 02, 0C and 8C. RGB value is (2,12,140). Sum of RGB (Red+Green+Blue) = 2+12+140=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 12 (5.08% from 255 or 7.79% from 154); Blue value is 140 (55.08% from 255 or 90.91% from 154); Max value from RGB is 140 - color contains mainly: blue. Hex color #020C8C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020C8C is #FDF373. Grayscale: #171717. Windows color (decimal): -16642932 or 9178114. OLE color: 9178114.

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

Color convert

RGB 2 12 140 -
CMYK 0.99 0.91 0 0.45
HSL 235.65º 0.97% 0.28% -
HSV(B) 235.65º 0.99% 0.55% -
XYZ 4.89 2.17 24.97 -
YUV 23.6 193.69 112.59 -
System Red Green Blue C M Y K H S L
Decimal 2 12 140 0.99 0.91 0 0.45 235.65 0.97 0.28
Hex 2 C 8C 63 5B 0 2D EC 61 1C
Octal 2 14 214 143 133 0 55 354 141 34
Binary 10 1100 10001100 1100011 1011011 0 101101 11101100 1100001 11100

Color Harmonies of #020C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020C8C

Black with #020C8C

Text Example


Text Example

White with #020C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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