Html Css Color HEX #050E8C Dark Blue

📋 copy color: '#050E8C'

red 5 ◦ green 14 ◦ blue 140

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

Shades of Dark Blue #050E8C

Tints of Dark Blue #050E8C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.81%

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

R = 3.14%
G = 8.81%
B = 88.05%

CMYK

 C value IS 0.96

 M value IS 0.90

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#050E8C (or 0x050E8C) is known color: Dark Blue. HEX triplet: 05, 0E and 8C. RGB value is (5,14,140). Sum of RGB (Red+Green+Blue) = 5+14+140=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 14 (5.86% from 255 or 8.81% from 159); Blue value is 140 (55.08% from 255 or 88.05% from 159); Max value from RGB is 140 - color contains mainly: blue. Hex color #050E8C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050E8C is #FAF173. Grayscale: #191919. Windows color (decimal): -16445812 or 9178629. OLE color: 9178629.

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

Color convert

RGB 5 14 140 -
CMYK 0.96 0.90 0 0.45
HSL 236º 0.93% 0.28% -
HSV(B) 236º 0.96% 0.55% -
XYZ 4.95 2.24 24.98 -
YUV 25.67 192.52 113.25 -
System Red Green Blue C M Y K H S L
Decimal 5 14 140 0.96 0.90 0 0.45 236 0.93 0.28
Hex 5 E 8C 60 5A 0 2D EC 5D 1C
Octal 5 16 214 140 132 0 55 354 135 34
Binary 101 1110 10001100 1100000 1011010 0 101101 11101100 1011101 11100

Color Harmonies of #050E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050E8C

Black with #050E8C

Text Example


Text Example

White with #050E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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