Html Css Color HEX #000276 Navy

📋 copy color: '#000276'

red 0 ◦ green 2 ◦ blue 118

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

Shades of Navy #000276

Tints of Navy #000276

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 2 (1.17% from 255) = 1.67%

 BLUE value IS 118 (46.48% from 255) = 98.33%

R = 0%
G = 1.67%
B = 98.33%

CMYK

 C value IS 1

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#000276 (or 0x000276) is known color: Navy. HEX triplet: 00, 02 and 76. RGB value is (0,2,118). Sum of RGB (Red+Green+Blue) = 0+2+118=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 118 (46.48% from 255 or 98.33% from 120); Max value from RGB is 118 - color contains mainly: blue. Hex color #000276 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000276 is #FFFD89. Grayscale: #0E0E0E. Windows color (decimal): -16776586 or 7733760. OLE color: 7733760.

HSL color Cylindrical-coordinate representation of color #000276: hue angle of 238.98º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000276 is Cyan = 1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 2 118 -
CMYK 1 0.98 0 0.54
HSL 238.98º 1% 0.23% -
HSV(B) 238.98º 1% 0.46% -
XYZ 3.29 1.35 17.23 -
YUV 14.63 186.34 117.57 -
System Red Green Blue C M Y K H S L
Decimal 0 2 118 1 0.98 0 0.54 238.98 1 0.23
Hex 0 2 76 64 62 0 36 EF 64 17
Octal 0 2 166 144 142 0 66 357 144 27
Binary 0 10 1110110 1100100 1100010 0 110110 11101111 1100100 10111

Color Harmonies of #000276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000276

Black with #000276

Text Example


Text Example

White with #000276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000276; }

 p { color: rgb(0,2,118); }

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

background-color css

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

 a { background-color: rgb(0,2,118); }

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

border-color css

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

 span { border-color: rgb(0,2,118); }

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