Html Css Color HEX #050C87 Dark Blue

📋 copy color: '#050C87'

red 5 ◦ green 12 ◦ blue 135

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

Shades of Dark Blue #050C87

Tints of Dark Blue #050C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 88.82%

R = 3.29%
G = 7.89%
B = 88.82%

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#050C87 (or 0x050C87) is known color: Dark Blue. HEX triplet: 05, 0C and 87. RGB value is (5,12,135). Sum of RGB (Red+Green+Blue) = 5+12+135=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 135 (53.12% from 255 or 88.82% from 152); Max value from RGB is 135 - color contains mainly: blue. Hex color #050C87 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050C87 is #FAF378. Grayscale: #171717. Windows color (decimal): -16446329 or 8850437. OLE color: 8850437.

HSL color Cylindrical-coordinate representation of color #050C87: hue angle of 236.77º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050C87 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 12 135 -
CMYK 0.96 0.91 0 0.47
HSL 236.77º 0.93% 0.27% -
HSV(B) 236.77º 0.96% 0.53% -
XYZ 4.57 2.04 23.08 -
YUV 23.93 190.68 114.5 -
System Red Green Blue C M Y K H S L
Decimal 5 12 135 0.96 0.91 0 0.47 236.77 0.93 0.27
Hex 5 C 87 60 5B 0 2F ED 5D 1B
Octal 5 14 207 140 133 0 57 355 135 33
Binary 101 1100 10000111 1100000 1011011 0 101111 11101101 1011101 11011

Color Harmonies of #050C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050C87

Black with #050C87

Text Example


Text Example

White with #050C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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