Html Css Color HEX #05088C Dark Blue

📋 copy color: '#05088C'

red 5 ◦ green 8 ◦ blue 140

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

Shades of Dark Blue #05088C

Tints of Dark Blue #05088C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.23%

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

R = 3.27%
G = 5.23%
B = 91.5%

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

#05088C (or 0x05088C) is known color: Dark Blue. HEX triplet: 05, 08 and 8C. RGB value is (5,8,140). Sum of RGB (Red+Green+Blue) = 5+8+140=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 140 (55.08% from 255 or 91.50% from 153); Max value from RGB is 140 - color contains mainly: blue. Hex color #05088C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05088C is #FAF773. Grayscale: #151515. Windows color (decimal): -16447348 or 9177093. OLE color: 9177093.

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

Color convert

RGB 5 8 140 -
CMYK 0.96 0.94 0 0.45
HSL 238.67º 0.93% 0.28% -
HSV(B) 238.67º 0.96% 0.55% -
XYZ 4.88 2.1 24.96 -
YUV 22.15 194.51 115.77 -
System Red Green Blue C M Y K H S L
Decimal 5 8 140 0.96 0.94 0 0.45 238.67 0.93 0.28
Hex 5 8 8C 60 5E 0 2D EF 5D 1C
Octal 5 10 214 140 136 0 55 357 135 34
Binary 101 1000 10001100 1100000 1011110 0 101101 11101111 1011101 11100

Color Harmonies of #05088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05088C

Black with #05088C

Text Example


Text Example

White with #05088C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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