Html Css Color HEX #051276 Navy

📋 copy color: '#051276'

red 5 ◦ green 18 ◦ blue 118

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

Shades of Navy #051276

Tints of Navy #051276

RGB

 RED value IS 5 (2.34% from 255) = 3.55%

 GREEN value IS 18 (7.42% from 255) = 12.77%

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

R = 3.55%
G = 12.77%
B = 83.69%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#051276 (or 0x051276) is known color: Navy. HEX triplet: 05, 12 and 76. RGB value is (5,18,118). Sum of RGB (Red+Green+Blue) = 5+18+118=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 118 (46.48% from 255 or 83.69% from 141); Max value from RGB is 118 - color contains mainly: blue. Hex color #051276 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051276 is #FAED89. Grayscale: #191919. Windows color (decimal): -16444810 or 7737861. OLE color: 7737861.

HSL color Cylindrical-coordinate representation of color #051276: hue angle of 233.1º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051276 is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 18 118 -
CMYK 0.96 0.85 0 0.54
HSL 233.1º 0.92% 0.24% -
HSV(B) 233.1º 0.96% 0.46% -
XYZ 3.55 1.77 17.29 -
YUV 25.51 180.19 113.37 -
System Red Green Blue C M Y K H S L
Decimal 5 18 118 0.96 0.85 0 0.54 233.1 0.92 0.24
Hex 5 12 76 60 55 0 36 E9 5C 18
Octal 5 22 166 140 125 0 66 351 134 30
Binary 101 10010 1110110 1100000 1010101 0 110110 11101001 1011100 11000

Color Harmonies of #051276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051276

Black with #051276

Text Example


Text Example

White with #051276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051276; }

 p { color: rgb(5,18,118); }

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

background-color css

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

 a { background-color: rgb(5,18,118); }

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

border-color css

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

 span { border-color: rgb(5,18,118); }

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