Html Css Color HEX #015580 Dark Cerulean

📋 copy color: '#015580'

red 1 ◦ green 85 ◦ blue 128

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

Shades of Dark Cerulean #015580

Tints of Dark Cerulean #015580

RGB

 RED value IS 1 (0.78% from 255) = 0.47%

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

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

R = 0.47%
G = 39.72%
B = 59.81%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#015580 (or 0x015580) is known color: Dark Cerulean. HEX triplet: 01, 55 and 80. RGB value is (1,85,128). Sum of RGB (Red+Green+Blue) = 1+85+128=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 128 (50.39% from 255 or 59.81% from 214); Max value from RGB is 128 - color contains mainly: blue. Hex color #015580 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015580 is #FEAA7F. Grayscale: #404040. Windows color (decimal): -16689792 or 8410369. OLE color: 8410369.

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

Color convert

RGB 1 85 128 -
CMYK 0.99 0.34 0 0.50
HSL 200.32º 0.98% 0.25% -
HSV(B) 200.32º 0.99% 0.5% -
XYZ 7.16 8.06 21.6 -
YUV 64.79 163.67 82.5 -
System Red Green Blue C M Y K H S L
Decimal 1 85 128 0.99 0.34 0 0.50 200.32 0.98 0.25
Hex 1 55 80 63 22 0 32 C8 62 19
Octal 1 125 200 143 42 0 62 310 142 31
Binary 1 1010101 10000000 1100011 100010 0 110010 11001000 1100010 11001

Color Harmonies of #015580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015580

Black with #015580

Text Example


Text Example

White with #015580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015580; }

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

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

background-color css

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

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

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

border-color css

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

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

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