Html Css Color HEX #05088B Dark Blue

📋 copy color: '#05088B'

red 5 ◦ green 8 ◦ blue 139

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

Shades of Dark Blue #05088B

Tints of Dark Blue #05088B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 91.45%

R = 3.29%
G = 5.26%
B = 91.45%

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

#05088B (or 0x05088B) is known color: Dark Blue. HEX triplet: 05, 08 and 8B. RGB value is (5,8,139). Sum of RGB (Red+Green+Blue) = 5+8+139=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 139 (54.69% from 255 or 91.45% from 152); Max value from RGB is 139 - color contains mainly: blue. Hex color #05088B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05088B is #FAF774. Grayscale: #151515. Windows color (decimal): -16447349 or 9111557. OLE color: 9111557.

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

Color convert

RGB 5 8 139 -
CMYK 0.96 0.94 0 0.45
HSL 238.66º 0.93% 0.28% -
HSV(B) 238.66º 0.96% 0.55% -
XYZ 4.81 2.07 24.57 -
YUV 22.04 194.01 115.85 -
System Red Green Blue C M Y K H S L
Decimal 5 8 139 0.96 0.94 0 0.45 238.66 0.93 0.28
Hex 5 8 8B 60 5E 0 2D EF 5D 1C
Octal 5 10 213 140 136 0 55 357 135 34
Binary 101 1000 10001011 1100000 1011110 0 101101 11101111 1011101 11100

Color Harmonies of #05088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05088B

Black with #05088B

Text Example


Text Example

White with #05088B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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