Html Css Color HEX #02147B Navy

📋 copy color: '#02147B'

red 2 ◦ green 20 ◦ blue 123

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

Shades of Navy #02147B

Tints of Navy #02147B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.79%

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

R = 1.38%
G = 13.79%
B = 84.83%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#02147B (or 0x02147B) is known color: Navy. HEX triplet: 02, 14 and 7B. RGB value is (2,20,123). Sum of RGB (Red+Green+Blue) = 2+20+123=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 123 (48.44% from 255 or 84.83% from 145); Max value from RGB is 123 - color contains mainly: blue. Hex color #02147B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02147B is #FDEB84. Grayscale: #191919. Windows color (decimal): -16640901 or 8066050. OLE color: 8066050.

HSL color Cylindrical-coordinate representation of color #02147B: hue angle of 231.07º 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 #02147B is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 2 20 123 -
CMYK 0.98 0.84 0 0.52
HSL 231.07º 0.97% 0.25% -
HSV(B) 231.07º 0.98% 0.48% -
XYZ 3.85 1.94 18.91 -
YUV 26.36 182.54 110.62 -
System Red Green Blue C M Y K H S L
Decimal 2 20 123 0.98 0.84 0 0.52 231.07 0.97 0.25
Hex 2 14 7B 62 54 0 34 E7 61 19
Octal 2 24 173 142 124 0 64 347 141 31
Binary 10 10100 1111011 1100010 1010100 0 110100 11100111 1100001 11001

Color Harmonies of #02147B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02147B

Black with #02147B

Text Example


Text Example

White with #02147B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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