Html Css Color HEX #05098E Dark Blue

📋 copy color: '#05098E'

red 5 ◦ green 9 ◦ blue 142

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

Shades of Dark Blue #05098E

Tints of Dark Blue #05098E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.77%

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

R = 3.21%
G = 5.77%
B = 91.03%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#05098E (or 0x05098E) is known color: Dark Blue. HEX triplet: 05, 09 and 8E. RGB value is (5,9,142). Sum of RGB (Red+Green+Blue) = 5+9+142=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 142 (55.86% from 255 or 91.03% from 156); Max value from RGB is 142 - color contains mainly: blue. Hex color #05098E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05098E is #FAF671. Grayscale: #161616. Windows color (decimal): -16447090 or 9308421. OLE color: 9308421.

HSL color Cylindrical-coordinate representation of color #05098E: hue angle of 238.25º 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 #05098E is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 9 142 -
CMYK 0.96 0.94 0 0.44
HSL 238.25º 0.93% 0.29% -
HSV(B) 238.25º 0.96% 0.56% -
XYZ 5.04 2.18 25.75 -
YUV 22.97 195.17 115.19 -
System Red Green Blue C M Y K H S L
Decimal 5 9 142 0.96 0.94 0 0.44 238.25 0.93 0.29
Hex 5 9 8E 60 5E 0 2C EE 5D 1D
Octal 5 11 216 140 136 0 54 356 135 35
Binary 101 1001 10001110 1100000 1011110 0 101100 11101110 1011101 11101

Color Harmonies of #05098E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05098E

Black with #05098E

Text Example


Text Example

White with #05098E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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