Html Css Color HEX #050D8C Dark Blue

📋 copy color: '#050D8C'

red 5 ◦ green 13 ◦ blue 140

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

Shades of Dark Blue #050D8C

Tints of Dark Blue #050D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 88.61%

R = 3.16%
G = 8.23%
B = 88.61%

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#050D8C (or 0x050D8C) is known color: Dark Blue. HEX triplet: 05, 0D and 8C. RGB value is (5,13,140). Sum of RGB (Red+Green+Blue) = 5+13+140=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 13 (5.47% from 255 or 8.23% from 158); Blue value is 140 (55.08% from 255 or 88.61% from 158); Max value from RGB is 140 - color contains mainly: blue. Hex color #050D8C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050D8C is #FAF273. Grayscale: #181818. Windows color (decimal): -16446068 or 9178373. OLE color: 9178373.

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

Color convert

RGB 5 13 140 -
CMYK 0.96 0.91 0 0.45
HSL 236.44º 0.93% 0.28% -
HSV(B) 236.44º 0.96% 0.55% -
XYZ 4.94 2.21 24.98 -
YUV 25.09 192.85 113.67 -
System Red Green Blue C M Y K H S L
Decimal 5 13 140 0.96 0.91 0 0.45 236.44 0.93 0.28
Hex 5 D 8C 60 5B 0 2D EC 5D 1C
Octal 5 15 214 140 133 0 55 354 135 34
Binary 101 1101 10001100 1100000 1011011 0 101101 11101100 1011101 11100

Color Harmonies of #050D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050D8C

Black with #050D8C

Text Example


Text Example

White with #050D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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