Html Css Color HEX #051283 Navy

📋 copy color: '#051283'

red 5 ◦ green 18 ◦ blue 131

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

Shades of Navy #051283

Tints of Navy #051283

RGB

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

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

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

R = 3.25%
G = 11.69%
B = 85.06%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#051283 (or 0x051283) is known color: Navy. HEX triplet: 05, 12 and 83. RGB value is (5,18,131). Sum of RGB (Red+Green+Blue) = 5+18+131=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 131 (51.56% from 255 or 85.06% from 154); Max value from RGB is 131 - color contains mainly: blue. Hex color #051283 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051283 is #FAED7C. Grayscale: #1A1A1A. Windows color (decimal): -16444797 or 8589829. OLE color: 8589829.

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

Color convert

RGB 5 18 131 -
CMYK 0.96 0.86 0 0.49
HSL 233.81º 0.93% 0.27% -
HSV(B) 233.81º 0.96% 0.51% -
XYZ 4.38 2.1 21.65 -
YUV 27 186.69 112.31 -
System Red Green Blue C M Y K H S L
Decimal 5 18 131 0.96 0.86 0 0.49 233.81 0.93 0.27
Hex 5 12 83 60 56 0 31 EA 5D 1B
Octal 5 22 203 140 126 0 61 352 135 33
Binary 101 10010 10000011 1100000 1010110 0 110001 11101010 1011101 11011

Color Harmonies of #051283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051283

Black with #051283

Text Example


Text Example

White with #051283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051283; }

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

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

background-color css

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

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

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

border-color css

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

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

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