Html Css Color HEX #015E8E Dark Cerulean

📋 copy color: '#015E8E'

red 1 ◦ green 94 ◦ blue 142

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

Shades of Dark Cerulean #015E8E

Tints of Dark Cerulean #015E8E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 39.66%

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

R = 0.42%
G = 39.66%
B = 59.92%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#015E8E (or 0x015E8E) is known color: Dark Cerulean. HEX triplet: 01, 5E and 8E. RGB value is (1,94,142). Sum of RGB (Red+Green+Blue) = 1+94+142=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 94 (37.11% from 255 or 39.66% from 237); Blue value is 142 (55.86% from 255 or 59.92% from 237); Max value from RGB is 142 - color contains mainly: blue. Hex color #015E8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015E8E is #FEA171. Grayscale: #474747. Windows color (decimal): -16687474 or 9330177. OLE color: 9330177.

HSL color Cylindrical-coordinate representation of color #015E8E: hue angle of 200.43º 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 #015E8E is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 94 142 -
CMYK 0.99 0.34 0 0.44
HSL 200.43º 0.99% 0.28% -
HSV(B) 200.43º 0.99% 0.56% -
XYZ 8.9 9.96 27.05 -
YUV 71.67 167.69 77.6 -
System Red Green Blue C M Y K H S L
Decimal 1 94 142 0.99 0.34 0 0.44 200.43 0.99 0.28
Hex 1 5E 8E 63 22 0 2C C8 63 1C
Octal 1 136 216 143 42 0 54 310 143 34
Binary 1 1011110 10001110 1100011 100010 0 101100 11001000 1100011 11100

Color Harmonies of #015E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015E8E

Black with #015E8E

Text Example


Text Example

White with #015E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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