Html Css Color HEX #050D88 Dark Blue

📋 copy color: '#050D88'

red 5 ◦ green 13 ◦ blue 136

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

Shades of Dark Blue #050D88

Tints of Dark Blue #050D88

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.44%

 BLUE value IS 136 (53.52% from 255) = 88.31%

R = 3.25%
G = 8.44%
B = 88.31%

CMYK

 C value IS 0.96

 M value IS 0.90

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#050D88 (or 0x050D88) is known color: Dark Blue. HEX triplet: 05, 0D and 88. RGB value is (5,13,136). Sum of RGB (Red+Green+Blue) = 5+13+136=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 13 (5.47% from 255 or 8.44% from 154); Blue value is 136 (53.52% from 255 or 88.31% from 154); Max value from RGB is 136 - color contains mainly: blue. Hex color #050D88 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050D88 is #FAF277. Grayscale: #181818. Windows color (decimal): -16446072 or 8916229. OLE color: 8916229.

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

Color convert

RGB 5 13 136 -
CMYK 0.96 0.90 0 0.47
HSL 236.34º 0.93% 0.28% -
HSV(B) 236.34º 0.96% 0.53% -
XYZ 4.65 2.1 23.45 -
YUV 24.63 190.85 114 -
System Red Green Blue C M Y K H S L
Decimal 5 13 136 0.96 0.90 0 0.47 236.34 0.93 0.28
Hex 5 D 88 60 5A 0 2F EC 5D 1C
Octal 5 15 210 140 132 0 57 354 135 34
Binary 101 1101 10001000 1100000 1011010 0 101111 11101100 1011101 11100

Color Harmonies of #050D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050D88

Black with #050D88

Text Example


Text Example

White with #050D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,13,136); }

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

background-color css

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

 a { background-color: rgb(5,13,136); }

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

border-color css

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

 span { border-color: rgb(5,13,136); }

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