Html Css Color HEX #051183 Navy

📋 copy color: '#051183'

red 5 ◦ green 17 ◦ blue 131

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

Shades of Navy #051183

Tints of Navy #051183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 85.62%

R = 3.27%
G = 11.11%
B = 85.62%

CMYK

 C value IS 0.96

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#051183 (or 0x051183) is known color: Navy. HEX triplet: 05, 11 and 83. RGB value is (5,17,131). Sum of RGB (Red+Green+Blue) = 5+17+131=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 131 (51.56% from 255 or 85.62% from 153); Max value from RGB is 131 - color contains mainly: blue. Hex color #051183 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051183 is #FAEE7C. Grayscale: #191919. Windows color (decimal): -16445053 or 8589573. OLE color: 8589573.

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

Color convert

RGB 5 17 131 -
CMYK 0.96 0.87 0 0.49
HSL 234.29º 0.93% 0.27% -
HSV(B) 234.29º 0.96% 0.51% -
XYZ 4.36 2.07 21.64 -
YUV 26.41 187.02 112.73 -
System Red Green Blue C M Y K H S L
Decimal 5 17 131 0.96 0.87 0 0.49 234.29 0.93 0.27
Hex 5 11 83 60 57 0 31 EA 5D 1B
Octal 5 21 203 140 127 0 61 352 135 33
Binary 101 10001 10000011 1100000 1010111 0 110001 11101010 1011101 11011

Color Harmonies of #051183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051183

Black with #051183

Text Example


Text Example

White with #051183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051183; }

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

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

background-color css

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

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

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

border-color css

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

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

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