Html Css Color HEX #02107D Navy

📋 copy color: '#02107D'

red 2 ◦ green 16 ◦ blue 125

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

Shades of Navy #02107D

Tints of Navy #02107D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.19%

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

R = 1.4%
G = 11.19%
B = 87.41%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#02107D (or 0x02107D) is known color: Navy. HEX triplet: 02, 10 and 7D. RGB value is (2,16,125). Sum of RGB (Red+Green+Blue) = 2+16+125=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 125 (49.22% from 255 or 87.41% from 143); Max value from RGB is 125 - color contains mainly: blue. Hex color #02107D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02107D is #FDEF82. Grayscale: #171717. Windows color (decimal): -16641923 or 8196098. OLE color: 8196098.

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

Color convert

RGB 2 16 125 -
CMYK 0.98 0.87 0 0.51
HSL 233.17º 0.97% 0.25% -
HSV(B) 233.17º 0.98% 0.49% -
XYZ 3.91 1.86 19.56 -
YUV 24.24 184.86 112.14 -
System Red Green Blue C M Y K H S L
Decimal 2 16 125 0.98 0.87 0 0.51 233.17 0.97 0.25
Hex 2 10 7D 62 57 0 33 E9 61 19
Octal 2 20 175 142 127 0 63 351 141 31
Binary 10 10000 1111101 1100010 1010111 0 110011 11101001 1100001 11001

Color Harmonies of #02107D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02107D

Black with #02107D

Text Example


Text Example

White with #02107D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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