Html Css Color HEX #015780 Dark Cerulean

📋 copy color: '#015780'

red 1 ◦ green 87 ◦ blue 128

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

Shades of Dark Cerulean #015780

Tints of Dark Cerulean #015780

RGB

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

 GREEN value IS 87 (34.38% from 255) = 40.28%

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

R = 0.46%
G = 40.28%
B = 59.26%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#015780 (or 0x015780) is known color: Dark Cerulean. HEX triplet: 01, 57 and 80. RGB value is (1,87,128). Sum of RGB (Red+Green+Blue) = 1+87+128=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 87 (34.38% from 255 or 40.28% from 216); Blue value is 128 (50.39% from 255 or 59.26% from 216); Max value from RGB is 128 - color contains mainly: blue. Hex color #015780 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015780 is #FEA87F. Grayscale: #414141. Windows color (decimal): -16689280 or 8410881. OLE color: 8410881.

HSL color Cylindrical-coordinate representation of color #015780: hue angle of 199.37º 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 #015780 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 87 128 -
CMYK 0.99 0.32 0 0.50
HSL 199.37º 0.98% 0.25% -
HSV(B) 199.37º 0.99% 0.5% -
XYZ 7.32 8.38 21.65 -
YUV 65.96 163.01 81.67 -
System Red Green Blue C M Y K H S L
Decimal 1 87 128 0.99 0.32 0 0.50 199.37 0.98 0.25
Hex 1 57 80 63 20 0 32 C7 62 19
Octal 1 127 200 143 40 0 62 307 142 31
Binary 1 1010111 10000000 1100011 100000 0 110010 11000111 1100010 11001

Color Harmonies of #015780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015780

Black with #015780

Text Example


Text Example

White with #015780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015780; }

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

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

background-color css

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

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

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

border-color css

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

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

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