Html Css Color HEX #051185 Navy

📋 copy color: '#051185'

red 5 ◦ green 17 ◦ blue 133

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

Shades of Navy #051185

Tints of Navy #051185

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.97%

 BLUE value IS 133 (52.34% from 255) = 85.81%

R = 3.23%
G = 10.97%
B = 85.81%

CMYK

 C value IS 0.96

 M value IS 0.87

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#051185 (or 0x051185) is known color: Navy. HEX triplet: 05, 11 and 85. RGB value is (5,17,133). Sum of RGB (Red+Green+Blue) = 5+17+133=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 133 (52.34% from 255 or 85.81% from 155); Max value from RGB is 133 - color contains mainly: blue. Hex color #051185 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051185 is #FAEE7A. Grayscale: #1A1A1A. Windows color (decimal): -16445051 or 8720645. OLE color: 8720645.

HSL color Cylindrical-coordinate representation of color #051185: hue angle of 234.38º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051185 is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 17 133 -
CMYK 0.96 0.87 0 0.48
HSL 234.38º 0.93% 0.27% -
HSV(B) 234.38º 0.96% 0.52% -
XYZ 4.5 2.13 22.36 -
YUV 26.64 188.02 112.57 -
System Red Green Blue C M Y K H S L
Decimal 5 17 133 0.96 0.87 0 0.48 234.38 0.93 0.27
Hex 5 11 85 60 57 0 30 EA 5D 1B
Octal 5 21 205 140 127 0 60 352 135 33
Binary 101 10001 10000101 1100000 1010111 0 110000 11101010 1011101 11011

Color Harmonies of #051185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051185

Black with #051185

Text Example


Text Example

White with #051185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051185; }

 p { color: rgb(5,17,133); }

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

background-color css

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

 a { background-color: rgb(5,17,133); }

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

border-color css

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

 span { border-color: rgb(5,17,133); }

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