Html Css Color HEX #05508B Dark Cerulean

📋 copy color: '#05508B'

red 5 ◦ green 80 ◦ blue 139

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

Shades of Dark Cerulean #05508B

Tints of Dark Cerulean #05508B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.71%

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

R = 2.23%
G = 35.71%
B = 62.05%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05508B (or 0x05508B) is known color: Dark Cerulean. HEX triplet: 05, 50 and 8B. RGB value is (5,80,139). Sum of RGB (Red+Green+Blue) = 5+80+139=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 139 (54.69% from 255 or 62.05% from 224); Max value from RGB is 139 - color contains mainly: blue. Hex color #05508B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05508B is #FAAF74. Grayscale: #3F3F3F. Windows color (decimal): -16428917 or 9129989. OLE color: 9129989.

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

Color convert

RGB 5 80 139 -
CMYK 0.96 0.42 0 0.45
HSL 206.42º 0.93% 0.28% -
HSV(B) 206.42º 0.96% 0.55% -
XYZ 7.59 7.63 25.5 -
YUV 64.3 170.15 85.7 -
System Red Green Blue C M Y K H S L
Decimal 5 80 139 0.96 0.42 0 0.45 206.42 0.93 0.28
Hex 5 50 8B 60 2A 0 2D CE 5D 1C
Octal 5 120 213 140 52 0 55 316 135 34
Binary 101 1010000 10001011 1100000 101010 0 101101 11001110 1011101 11100

Color Harmonies of #05508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05508B

Black with #05508B

Text Example


Text Example

White with #05508B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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