Html Css Color HEX #015D8E Dark Cerulean

📋 copy color: '#015D8E'

red 1 ◦ green 93 ◦ blue 142

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

Shades of Dark Cerulean #015D8E

Tints of Dark Cerulean #015D8E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 39.41%

 BLUE value IS 142 (55.86% from 255) = 60.17%

R = 0.42%
G = 39.41%
B = 60.17%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#015D8E (or 0x015D8E) is known color: Dark Cerulean. HEX triplet: 01, 5D and 8E. RGB value is (1,93,142). Sum of RGB (Red+Green+Blue) = 1+93+142=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 93 (36.72% from 255 or 39.41% from 236); Blue value is 142 (55.86% from 255 or 60.17% from 236); Max value from RGB is 142 - color contains mainly: blue. Hex color #015D8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015D8E is #FEA271. Grayscale: #464646. Windows color (decimal): -16687730 or 9329921. OLE color: 9329921.

HSL color Cylindrical-coordinate representation of color #015D8E: hue angle of 200.85º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015D8E is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 93 142 -
CMYK 0.99 0.35 0 0.44
HSL 200.85º 0.99% 0.28% -
HSV(B) 200.85º 0.99% 0.56% -
XYZ 8.81 9.79 27.02 -
YUV 71.08 168.02 78.02 -
System Red Green Blue C M Y K H S L
Decimal 1 93 142 0.99 0.35 0 0.44 200.85 0.99 0.28
Hex 1 5D 8E 63 23 0 2C C9 63 1C
Octal 1 135 216 143 43 0 54 311 143 34
Binary 1 1011101 10001110 1100011 100011 0 101100 11001001 1100011 11100

Color Harmonies of #015D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015D8E

Black with #015D8E

Text Example


Text Example

White with #015D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015D8E; }

 p { color: rgb(1,93,142); }

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

background-color css

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

 a { background-color: rgb(1,93,142); }

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

border-color css

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

 span { border-color: rgb(1,93,142); }

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