Html Css Color HEX #02137D Navy

📋 copy color: '#02137D'

red 2 ◦ green 19 ◦ blue 125

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

Shades of Navy #02137D

Tints of Navy #02137D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.01%

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

R = 1.37%
G = 13.01%
B = 85.62%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#02137D (or 0x02137D) is known color: Navy. HEX triplet: 02, 13 and 7D. RGB value is (2,19,125). Sum of RGB (Red+Green+Blue) = 2+19+125=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 125 (49.22% from 255 or 85.62% from 146); Max value from RGB is 125 - color contains mainly: blue. Hex color #02137D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02137D is #FDEC82. Grayscale: #191919. Windows color (decimal): -16641155 or 8196866. OLE color: 8196866.

HSL color Cylindrical-coordinate representation of color #02137D: hue angle of 231.71º 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 #02137D is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 19 125 -
CMYK 0.98 0.85 0 0.51
HSL 231.71º 0.97% 0.25% -
HSV(B) 231.71º 0.98% 0.49% -
XYZ 3.96 1.96 19.57 -
YUV 26 183.87 110.88 -
System Red Green Blue C M Y K H S L
Decimal 2 19 125 0.98 0.85 0 0.51 231.71 0.97 0.25
Hex 2 13 7D 62 55 0 33 E8 61 19
Octal 2 23 175 142 125 0 63 350 141 31
Binary 10 10011 1111101 1100010 1010101 0 110011 11101000 1100001 11001

Color Harmonies of #02137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02137D

Black with #02137D

Text Example


Text Example

White with #02137D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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