Html Css Color HEX #05128A Dark Blue

📋 copy color: '#05128A'

red 5 ◦ green 18 ◦ blue 138

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

Shades of Dark Blue #05128A

Tints of Dark Blue #05128A

RGB

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

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

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

R = 3.11%
G = 11.18%
B = 85.71%

CMYK

 C value IS 0.96

 M value IS 0.87

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#05128A (or 0x05128A) is known color: Dark Blue. HEX triplet: 05, 12 and 8A. RGB value is (5,18,138). Sum of RGB (Red+Green+Blue) = 5+18+138=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 138 (54.30% from 255 or 85.71% from 161); Max value from RGB is 138 - color contains mainly: blue. Hex color #05128A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05128A is #FAED75. Grayscale: #1B1B1B. Windows color (decimal): -16444790 or 9048581. OLE color: 9048581.

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

Color convert

RGB 5 18 138 -
CMYK 0.96 0.87 0 0.46
HSL 234.14º 0.93% 0.28% -
HSV(B) 234.14º 0.96% 0.54% -
XYZ 4.87 2.3 24.23 -
YUV 27.79 190.19 111.74 -
System Red Green Blue C M Y K H S L
Decimal 5 18 138 0.96 0.87 0 0.46 234.14 0.93 0.28
Hex 5 12 8A 60 57 0 2E EA 5D 1C
Octal 5 22 212 140 127 0 56 352 135 34
Binary 101 10010 10001010 1100000 1010111 0 101110 11101010 1011101 11100

Color Harmonies of #05128A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05128A

Black with #05128A

Text Example


Text Example

White with #05128A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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