Html Css Color HEX #050C84 Navy

📋 copy color: '#050C84'

red 5 ◦ green 12 ◦ blue 132

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

Shades of Navy #050C84

Tints of Navy #050C84

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.05%

 BLUE value IS 132 (51.95% from 255) = 88.59%

R = 3.36%
G = 8.05%
B = 88.59%

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#050C84 (or 0x050C84) is known color: Navy. HEX triplet: 05, 0C and 84. RGB value is (5,12,132). Sum of RGB (Red+Green+Blue) = 5+12+132=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 12 (5.08% from 255 or 8.05% from 149); Blue value is 132 (51.95% from 255 or 88.59% from 149); Max value from RGB is 132 - color contains mainly: blue. Hex color #050C84 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050C84 is #FAF37B. Grayscale: #171717. Windows color (decimal): -16446332 or 8653829. OLE color: 8653829.

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

Color convert

RGB 5 12 132 -
CMYK 0.96 0.91 0 0.48
HSL 236.69º 0.93% 0.27% -
HSV(B) 236.69º 0.96% 0.52% -
XYZ 4.36 1.96 21.98 -
YUV 23.59 189.18 114.74 -
System Red Green Blue C M Y K H S L
Decimal 5 12 132 0.96 0.91 0 0.48 236.69 0.93 0.27
Hex 5 C 84 60 5B 0 30 ED 5D 1B
Octal 5 14 204 140 133 0 60 355 135 33
Binary 101 1100 10000100 1100000 1011011 0 110000 11101101 1011101 11011

Color Harmonies of #050C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050C84

Black with #050C84

Text Example


Text Example

White with #050C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050C84; }

 p { color: rgb(5,12,132); }

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

background-color css

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

 a { background-color: rgb(5,12,132); }

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

border-color css

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

 span { border-color: rgb(5,12,132); }

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