Html Css Color HEX #05098D Dark Blue

📋 copy color: '#05098D'

red 5 ◦ green 9 ◦ blue 141

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

Shades of Dark Blue #05098D

Tints of Dark Blue #05098D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 90.97%

R = 3.23%
G = 5.81%
B = 90.97%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05098D (or 0x05098D) is known color: Dark Blue. HEX triplet: 05, 09 and 8D. RGB value is (5,9,141). Sum of RGB (Red+Green+Blue) = 5+9+141=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 141 (55.47% from 255 or 90.97% from 155); Max value from RGB is 141 - color contains mainly: blue. Hex color #05098D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05098D is #FAF672. Grayscale: #161616. Windows color (decimal): -16447091 or 9242885. OLE color: 9242885.

HSL color Cylindrical-coordinate representation of color #05098D: hue angle of 238.24º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05098D is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 9 141 -
CMYK 0.96 0.94 0 0.45
HSL 238.24º 0.93% 0.29% -
HSV(B) 238.24º 0.96% 0.55% -
XYZ 4.97 2.15 25.35 -
YUV 22.85 194.67 115.27 -
System Red Green Blue C M Y K H S L
Decimal 5 9 141 0.96 0.94 0 0.45 238.24 0.93 0.29
Hex 5 9 8D 60 5E 0 2D EE 5D 1D
Octal 5 11 215 140 136 0 55 356 135 35
Binary 101 1001 10001101 1100000 1011110 0 101101 11101110 1011101 11101

Color Harmonies of #05098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05098D

Black with #05098D

Text Example


Text Example

White with #05098D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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