Html Css Color HEX #05108A Dark Blue

📋 copy color: '#05108A'

red 5 ◦ green 16 ◦ blue 138

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

Shades of Dark Blue #05108A

Tints of Dark Blue #05108A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 86.79%

R = 3.14%
G = 10.06%
B = 86.79%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#05108A (or 0x05108A) is known color: Dark Blue. HEX triplet: 05, 10 and 8A. RGB value is (5,16,138). Sum of RGB (Red+Green+Blue) = 5+16+138=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 16 (6.64% from 255 or 10.06% from 159); Blue value is 138 (54.30% from 255 or 86.79% from 159); Max value from RGB is 138 - color contains mainly: blue. Hex color #05108A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05108A is #FAEF75. Grayscale: #1A1A1A. Windows color (decimal): -16445302 or 9048069. OLE color: 9048069.

HSL color Cylindrical-coordinate representation of color #05108A: hue angle of 235.04º 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 #05108A is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 16 138 -
CMYK 0.96 0.88 0 0.46
HSL 235.04º 0.93% 0.28% -
HSV(B) 235.04º 0.96% 0.54% -
XYZ 4.84 2.24 24.22 -
YUV 26.62 190.86 112.58 -
System Red Green Blue C M Y K H S L
Decimal 5 16 138 0.96 0.88 0 0.46 235.04 0.93 0.28
Hex 5 10 8A 60 58 0 2E EB 5D 1C
Octal 5 20 212 140 130 0 56 353 135 34
Binary 101 10000 10001010 1100000 1011000 0 101110 11101011 1011101 11100

Color Harmonies of #05108A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05108A

Black with #05108A

Text Example


Text Example

White with #05108A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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