Html Css Color HEX #05108E Dark Blue

📋 copy color: '#05108E'

red 5 ◦ green 16 ◦ blue 142

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

Shades of Dark Blue #05108E

Tints of Dark Blue #05108E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.82%

 BLUE value IS 142 (55.86% from 255) = 87.12%

R = 3.07%
G = 9.82%
B = 87.12%

CMYK

 C value IS 0.96

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#05108E (or 0x05108E) is known color: Dark Blue. HEX triplet: 05, 10 and 8E. RGB value is (5,16,142). Sum of RGB (Red+Green+Blue) = 5+16+142=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 142 (55.86% from 255 or 87.12% from 163); Max value from RGB is 142 - color contains mainly: blue. Hex color #05108E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05108E is #FAEF71. Grayscale: #1A1A1A. Windows color (decimal): -16445298 or 9310213. OLE color: 9310213.

HSL color Cylindrical-coordinate representation of color #05108E: hue angle of 235.18º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05108E is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 16 142 -
CMYK 0.96 0.89 0 0.44
HSL 235.18º 0.93% 0.29% -
HSV(B) 235.18º 0.96% 0.56% -
XYZ 5.13 2.36 25.78 -
YUV 27.08 192.86 112.25 -
System Red Green Blue C M Y K H S L
Decimal 5 16 142 0.96 0.89 0 0.44 235.18 0.93 0.29
Hex 5 10 8E 60 59 0 2C EB 5D 1D
Octal 5 20 216 140 131 0 54 353 135 35
Binary 101 10000 10001110 1100000 1011001 0 101100 11101011 1011101 11101

Color Harmonies of #05108E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05108E

Black with #05108E

Text Example


Text Example

White with #05108E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05108E; }

 p { color: rgb(5,16,142); }

 H1.HeaderClassName
 {
   color: #05108E;
 }
 .AnyTagClassName
 {
   color: #05108E;
 }
</style>

background-color css

<style>
 a { background-color: #05108E; }

 a { background-color: rgb(5,16,142); }

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

border-color css

<style>
 span { border-color: #05108E; }

 span { border-color: rgb(5,16,142); }

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