Html Css Color HEX #02137B Navy

📋 copy color: '#02137B'

red 2 ◦ green 19 ◦ blue 123

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

Shades of Navy #02137B

Tints of Navy #02137B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 85.42%

R = 1.39%
G = 13.19%
B = 85.42%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#02137B (or 0x02137B) is known color: Navy. HEX triplet: 02, 13 and 7B. RGB value is (2,19,123). Sum of RGB (Red+Green+Blue) = 2+19+123=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 123 (48.44% from 255 or 85.42% from 144); Max value from RGB is 123 - color contains mainly: blue. Hex color #02137B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02137B is #FDEC84. Grayscale: #191919. Windows color (decimal): -16641157 or 8065794. OLE color: 8065794.

HSL color Cylindrical-coordinate representation of color #02137B: hue angle of 231.57º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02137B is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 2 19 123 -
CMYK 0.98 0.85 0 0.52
HSL 231.57º 0.97% 0.25% -
HSV(B) 231.57º 0.98% 0.48% -
XYZ 3.83 1.91 18.91 -
YUV 25.77 182.87 111.04 -
System Red Green Blue C M Y K H S L
Decimal 2 19 123 0.98 0.85 0 0.52 231.57 0.97 0.25
Hex 2 13 7B 62 55 0 34 E8 61 19
Octal 2 23 173 142 125 0 64 350 141 31
Binary 10 10011 1111011 1100010 1010101 0 110100 11101000 1100001 11001

Color Harmonies of #02137B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02137B

Black with #02137B

Text Example


Text Example

White with #02137B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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