Html Css Color HEX #015287 Dark Cerulean

📋 copy color: '#015287'

red 1 ◦ green 82 ◦ blue 135

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

Shades of Dark Cerulean #015287

Tints of Dark Cerulean #015287

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.61%

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

R = 0.46%
G = 37.61%
B = 61.93%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#015287 (or 0x015287) is known color: Dark Cerulean. HEX triplet: 01, 52 and 87. RGB value is (1,82,135). Sum of RGB (Red+Green+Blue) = 1+82+135=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 135 (53.12% from 255 or 61.93% from 218); Max value from RGB is 135 - color contains mainly: blue. Hex color #015287 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015287 is #FEAD78. Grayscale: #3F3F3F. Windows color (decimal): -16690553 or 8868353. OLE color: 8868353.

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

Color convert

RGB 1 82 135 -
CMYK 0.99 0.39 0 0.47
HSL 203.73º 0.99% 0.27% -
HSV(B) 203.73º 0.99% 0.53% -
XYZ 7.4 7.79 24.04 -
YUV 63.82 168.16 83.19 -
System Red Green Blue C M Y K H S L
Decimal 1 82 135 0.99 0.39 0 0.47 203.73 0.99 0.27
Hex 1 52 87 63 27 0 2F CC 63 1B
Octal 1 122 207 143 47 0 57 314 143 33
Binary 1 1010010 10000111 1100011 100111 0 101111 11001100 1100011 11011

Color Harmonies of #015287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015287

Black with #015287

Text Example


Text Example

White with #015287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015287; }

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

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

background-color css

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

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

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

border-color css

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

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

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