Html Css Color HEX #105580 Dark Cerulean

📋 copy color: '#105580'

red 16 ◦ green 85 ◦ blue 128

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

Shades of Dark Cerulean #105580

Tints of Dark Cerulean #105580

RGB

 RED value IS 16 (6.64% from 255) = 6.99%

 GREEN value IS 85 (33.59% from 255) = 37.12%

 BLUE value IS 128 (50.39% from 255) = 55.9%

R = 6.99%
G = 37.12%
B = 55.9%

CMYK

 C value IS 0.88

 M value IS 0.34

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#105580 (or 0x105580) is known color: Dark Cerulean. HEX triplet: 10, 55 and 80. RGB value is (16,85,128). Sum of RGB (Red+Green+Blue) = 16+85+128=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 128 (50.39% from 255 or 55.90% from 229); Max value from RGB is 128 - color contains mainly: blue. Hex color #105580 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105580 is #EFAA7F. Grayscale: #454545. Windows color (decimal): -15706752 or 8410384. OLE color: 8410384.

HSL color Cylindrical-coordinate representation of color #105580: hue angle of 203.04º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #105580 is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 16 85 128 -
CMYK 0.88 0.34 0 0.50
HSL 203.04º 0.78% 0.28% -
HSV(B) 203.04º 0.88% 0.5% -
XYZ 7.36 8.17 21.61 -
YUV 69.27 161.14 90 -
System Red Green Blue C M Y K H S L
Decimal 16 85 128 0.88 0.34 0 0.50 203.04 0.78 0.28
Hex 10 55 80 58 22 0 32 CB 4E 1C
Octal 20 125 200 130 42 0 62 313 116 34
Binary 10000 1010101 10000000 1011000 100010 0 110010 11001011 1001110 11100

Color Harmonies of #105580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105580

Black with #105580

Text Example


Text Example

White with #105580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105580; }

 p { color: rgb(16,85,128); }

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

background-color css

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

 a { background-color: rgb(16,85,128); }

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

border-color css

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

 span { border-color: rgb(16,85,128); }

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