Html Css Color HEX #05128B Dark Blue

📋 copy color: '#05128B'

red 5 ◦ green 18 ◦ blue 139

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

Shades of Dark Blue #05128B

Tints of Dark Blue #05128B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.11%

 BLUE value IS 139 (54.69% from 255) = 85.8%

R = 3.09%
G = 11.11%
B = 85.8%

CMYK

 C value IS 0.96

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05128B (or 0x05128B) is known color: Dark Blue. HEX triplet: 05, 12 and 8B. RGB value is (5,18,139). Sum of RGB (Red+Green+Blue) = 5+18+139=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 139 (54.69% from 255 or 85.80% from 162); Max value from RGB is 139 - color contains mainly: blue. Hex color #05128B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05128B is #FAED74. Grayscale: #1B1B1B. Windows color (decimal): -16444789 or 9114117. OLE color: 9114117.

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

Color convert

RGB 5 18 139 -
CMYK 0.96 0.87 0 0.45
HSL 234.18º 0.93% 0.28% -
HSV(B) 234.18º 0.96% 0.55% -
XYZ 4.94 2.33 24.62 -
YUV 27.91 190.69 111.66 -
System Red Green Blue C M Y K H S L
Decimal 5 18 139 0.96 0.87 0 0.45 234.18 0.93 0.28
Hex 5 12 8B 60 57 0 2D EA 5D 1C
Octal 5 22 213 140 127 0 55 352 135 34
Binary 101 10010 10001011 1100000 1010111 0 101101 11101010 1011101 11100

Color Harmonies of #05128B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05128B

Black with #05128B

Text Example


Text Example

White with #05128B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05128B; }

 p { color: rgb(5,18,139); }

 H1.HeaderClassName
 {
   color: #05128B;
 }
 .AnyTagClassName
 {
   color: #05128B;
 }
</style>

background-color css

<style>
 a { background-color: #05128B; }

 a { background-color: rgb(5,18,139); }

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

border-color css

<style>
 span { border-color: #05128B; }

 span { border-color: rgb(5,18,139); }

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