Html Css Color HEX #015087 Dark Cerulean

📋 copy color: '#015087'

red 1 ◦ green 80 ◦ blue 135

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

Shades of Dark Cerulean #015087

Tints of Dark Cerulean #015087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 62.5%

R = 0.46%
G = 37.04%
B = 62.5%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#015087 (or 0x015087) is known color: Dark Cerulean. HEX triplet: 01, 50 and 87. RGB value is (1,80,135). Sum of RGB (Red+Green+Blue) = 1+80+135=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 135 (53.12% from 255 or 62.5% from 216); Max value from RGB is 135 - color contains mainly: blue. Hex color #015087 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015087 is #FEAF78. Grayscale: #3E3E3E. Windows color (decimal): -16691065 or 8867841. OLE color: 8867841.

HSL color Cylindrical-coordinate representation of color #015087: hue angle of 204.63º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015087 is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 80 135 -
CMYK 0.99 0.41 0 0.47
HSL 204.63º 0.99% 0.27% -
HSV(B) 204.63º 0.99% 0.53% -
XYZ 7.25 7.49 23.99 -
YUV 62.65 168.83 84.03 -
System Red Green Blue C M Y K H S L
Decimal 1 80 135 0.99 0.41 0 0.47 204.63 0.99 0.27
Hex 1 50 87 63 29 0 2F CD 63 1B
Octal 1 120 207 143 51 0 57 315 143 33
Binary 1 1010000 10000111 1100011 101001 0 101111 11001101 1100011 11011

Color Harmonies of #015087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015087

Black with #015087

Text Example


Text Example

White with #015087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015087; }

 p { color: rgb(1,80,135); }

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

background-color css

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

 a { background-color: rgb(1,80,135); }

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

border-color css

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

 span { border-color: rgb(1,80,135); }

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