Html Css Color HEX #02127D Navy

📋 copy color: '#02127D'

red 2 ◦ green 18 ◦ blue 125

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

Shades of Navy #02127D

Tints of Navy #02127D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.41%

 BLUE value IS 125 (49.22% from 255) = 86.21%

R = 1.38%
G = 12.41%
B = 86.21%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#02127D (or 0x02127D) is known color: Navy. HEX triplet: 02, 12 and 7D. RGB value is (2,18,125). Sum of RGB (Red+Green+Blue) = 2+18+125=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 125 (49.22% from 255 or 86.21% from 145); Max value from RGB is 125 - color contains mainly: blue. Hex color #02127D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02127D is #FDED82. Grayscale: #181818. Windows color (decimal): -16641411 or 8196610. OLE color: 8196610.

HSL color Cylindrical-coordinate representation of color #02127D: hue angle of 232.2º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02127D is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 18 125 -
CMYK 0.98 0.86 0 0.51
HSL 232.2º 0.97% 0.25% -
HSV(B) 232.2º 0.98% 0.49% -
XYZ 3.94 1.93 19.57 -
YUV 25.41 184.2 111.3 -
System Red Green Blue C M Y K H S L
Decimal 2 18 125 0.98 0.86 0 0.51 232.2 0.97 0.25
Hex 2 12 7D 62 56 0 33 E8 61 19
Octal 2 22 175 142 126 0 63 350 141 31
Binary 10 10010 1111101 1100010 1010110 0 110011 11101000 1100001 11001

Color Harmonies of #02127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02127D

Black with #02127D

Text Example


Text Example

White with #02127D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02127D; }

 p { color: rgb(2,18,125); }

 H1.HeaderClassName
 {
   color: #02127D;
 }
 .AnyTagClassName
 {
   color: #02127D;
 }
</style>

background-color css

<style>
 a { background-color: #02127D; }

 a { background-color: rgb(2,18,125); }

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

border-color css

<style>
 span { border-color: #02127D; }

 span { border-color: rgb(2,18,125); }

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