Html Css Color HEX #015387 Dark Cerulean

📋 copy color: '#015387'

red 1 ◦ green 83 ◦ blue 135

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

Shades of Dark Cerulean #015387

Tints of Dark Cerulean #015387

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.9%

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

R = 0.46%
G = 37.9%
B = 61.64%

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

#015387 (or 0x015387) is known color: Dark Cerulean. HEX triplet: 01, 53 and 87. RGB value is (1,83,135). Sum of RGB (Red+Green+Blue) = 1+83+135=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 135 (53.12% from 255 or 61.64% from 219); Max value from RGB is 135 - color contains mainly: blue. Hex color #015387 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015387 is #FEAC78. Grayscale: #404040. Windows color (decimal): -16690297 or 8868609. OLE color: 8868609.

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

Color convert

RGB 1 83 135 -
CMYK 0.99 0.39 0 0.47
HSL 203.28º 0.99% 0.27% -
HSV(B) 203.28º 0.99% 0.53% -
XYZ 7.48 7.94 24.06 -
YUV 64.41 167.83 82.77 -
System Red Green Blue C M Y K H S L
Decimal 1 83 135 0.99 0.39 0 0.47 203.28 0.99 0.27
Hex 1 53 87 63 27 0 2F CB 63 1B
Octal 1 123 207 143 47 0 57 313 143 33
Binary 1 1010011 10000111 1100011 100111 0 101111 11001011 1100011 11011

Color Harmonies of #015387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015387

Black with #015387

Text Example


Text Example

White with #015387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015387; }

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

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

background-color css

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

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

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

border-color css

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

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

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