Html Css Color HEX #050C89 Dark Blue

📋 copy color: '#050C89'

red 5 ◦ green 12 ◦ blue 137

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

Shades of Dark Blue #050C89

Tints of Dark Blue #050C89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 88.96%

R = 3.25%
G = 7.79%
B = 88.96%

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#050C89 (or 0x050C89) is known color: Dark Blue. HEX triplet: 05, 0C and 89. RGB value is (5,12,137). Sum of RGB (Red+Green+Blue) = 5+12+137=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 12 (5.08% from 255 or 7.79% from 154); Blue value is 137 (53.91% from 255 or 88.96% from 154); Max value from RGB is 137 - color contains mainly: blue. Hex color #050C89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050C89 is #FAF376. Grayscale: #171717. Windows color (decimal): -16446327 or 8981509. OLE color: 8981509.

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

Color convert

RGB 5 12 137 -
CMYK 0.96 0.91 0 0.46
HSL 236.82º 0.93% 0.28% -
HSV(B) 236.82º 0.96% 0.54% -
XYZ 4.71 2.1 23.82 -
YUV 24.16 191.68 114.34 -
System Red Green Blue C M Y K H S L
Decimal 5 12 137 0.96 0.91 0 0.46 236.82 0.93 0.28
Hex 5 C 89 60 5B 0 2E ED 5D 1C
Octal 5 14 211 140 133 0 56 355 135 34
Binary 101 1100 10001001 1100000 1011011 0 101110 11101101 1011101 11100

Color Harmonies of #050C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050C89

Black with #050C89

Text Example


Text Example

White with #050C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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