Html Css Color HEX #020C7F Navy

📋 copy color: '#020C7F'

red 2 ◦ green 12 ◦ blue 127

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

Shades of Navy #020C7F

Tints of Navy #020C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 90.07%

R = 1.42%
G = 8.51%
B = 90.07%

CMYK

 C value IS 0.98

 M value IS 0.91

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#020C7F (or 0x020C7F) is known color: Navy. HEX triplet: 02, 0C and 7F. RGB value is (2,12,127). Sum of RGB (Red+Green+Blue) = 2+12+127=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 12 (5.08% from 255 or 8.51% from 141); Blue value is 127 (50% from 255 or 90.07% from 141); Max value from RGB is 127 - color contains mainly: blue. Hex color #020C7F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020C7F is #FDF380. Grayscale: #151515. Windows color (decimal): -16642945 or 8326146. OLE color: 8326146.

HSL color Cylindrical-coordinate representation of color #020C7F: hue angle of 235.2º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020C7F is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 2 12 127 -
CMYK 0.98 0.91 0 0.50
HSL 235.2º 0.97% 0.25% -
HSV(B) 235.2º 0.98% 0.5% -
XYZ 3.99 1.81 20.22 -
YUV 22.12 187.19 113.65 -
System Red Green Blue C M Y K H S L
Decimal 2 12 127 0.98 0.91 0 0.50 235.2 0.97 0.25
Hex 2 C 7F 62 5B 0 32 EB 61 19
Octal 2 14 177 142 133 0 62 353 141 31
Binary 10 1100 1111111 1100010 1011011 0 110010 11101011 1100001 11001

Color Harmonies of #020C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020C7F

Black with #020C7F

Text Example


Text Example

White with #020C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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