Html Css Color HEX #051275 Navy

📋 copy color: '#051275'

red 5 ◦ green 18 ◦ blue 117

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

Shades of Navy #051275

Tints of Navy #051275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 83.57%

R = 3.57%
G = 12.86%
B = 83.57%

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

#051275 (or 0x051275) is known color: Navy. HEX triplet: 05, 12 and 75. RGB value is (5,18,117). Sum of RGB (Red+Green+Blue) = 5+18+117=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 117 (46.09% from 255 or 83.57% from 140); Max value from RGB is 117 - color contains mainly: blue. Hex color #051275 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051275 is #FAED8A. Grayscale: #181818. Windows color (decimal): -16444811 or 7672325. OLE color: 7672325.

HSL color Cylindrical-coordinate representation of color #051275: hue angle of 233.04º 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 #051275 is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 18 117 -
CMYK 0.96 0.85 0 0.54
HSL 233.04º 0.92% 0.24% -
HSV(B) 233.04º 0.96% 0.46% -
XYZ 3.49 1.75 16.98 -
YUV 25.4 179.69 113.45 -
System Red Green Blue C M Y K H S L
Decimal 5 18 117 0.96 0.85 0 0.54 233.04 0.92 0.24
Hex 5 12 75 60 55 0 36 E9 5C 18
Octal 5 22 165 140 125 0 66 351 134 30
Binary 101 10010 1110101 1100000 1010101 0 110110 11101001 1011100 11000

Color Harmonies of #051275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051275

Black with #051275

Text Example


Text Example

White with #051275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051275; }

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

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

background-color css

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

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

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

border-color css

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

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

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