Html Css Color HEX #05098C Dark Blue

📋 copy color: '#05098C'

red 5 ◦ green 9 ◦ blue 140

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

Shades of Dark Blue #05098C

Tints of Dark Blue #05098C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 90.91%

R = 3.25%
G = 5.84%
B = 90.91%

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

#05098C (or 0x05098C) is known color: Dark Blue. HEX triplet: 05, 09 and 8C. RGB value is (5,9,140). Sum of RGB (Red+Green+Blue) = 5+9+140=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 140 (55.08% from 255 or 90.91% from 154); Max value from RGB is 140 - color contains mainly: blue. Hex color #05098C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05098C is #FAF673. Grayscale: #161616. Windows color (decimal): -16447092 or 9177349. OLE color: 9177349.

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

Color convert

RGB 5 9 140 -
CMYK 0.96 0.94 0 0.45
HSL 238.22º 0.93% 0.28% -
HSV(B) 238.22º 0.96% 0.55% -
XYZ 4.89 2.12 24.96 -
YUV 22.74 194.17 115.35 -
System Red Green Blue C M Y K H S L
Decimal 5 9 140 0.96 0.94 0 0.45 238.22 0.93 0.28
Hex 5 9 8C 60 5E 0 2D EE 5D 1C
Octal 5 11 214 140 136 0 55 356 135 34
Binary 101 1001 10001100 1100000 1011110 0 101101 11101110 1011101 11100

Color Harmonies of #05098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05098C

Black with #05098C

Text Example


Text Example

White with #05098C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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