Html Css Color HEX #051285 Navy

📋 copy color: '#051285'

red 5 ◦ green 18 ◦ blue 133

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

Shades of Navy #051285

Tints of Navy #051285

RGB

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

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

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

R = 3.21%
G = 11.54%
B = 85.26%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#051285 (or 0x051285) is known color: Navy. HEX triplet: 05, 12 and 85. RGB value is (5,18,133). Sum of RGB (Red+Green+Blue) = 5+18+133=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 133 (52.34% from 255 or 85.26% from 156); Max value from RGB is 133 - color contains mainly: blue. Hex color #051285 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051285 is #FAED7A. Grayscale: #1A1A1A. Windows color (decimal): -16444795 or 8720901. OLE color: 8720901.

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

Color convert

RGB 5 18 133 -
CMYK 0.96 0.86 0 0.48
HSL 233.91º 0.93% 0.27% -
HSV(B) 233.91º 0.96% 0.52% -
XYZ 4.51 2.16 22.37 -
YUV 27.22 187.69 112.15 -
System Red Green Blue C M Y K H S L
Decimal 5 18 133 0.96 0.86 0 0.48 233.91 0.93 0.27
Hex 5 12 85 60 56 0 30 EA 5D 1B
Octal 5 22 205 140 126 0 60 352 135 33
Binary 101 10010 10000101 1100000 1010110 0 110000 11101010 1011101 11011

Color Harmonies of #051285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051285

Black with #051285

Text Example


Text Example

White with #051285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051285; }

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

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

background-color css

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

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

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

border-color css

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

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

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