Html Css Color HEX #015E8D Dark Cerulean

📋 copy color: '#015E8D'

red 1 ◦ green 94 ◦ blue 141

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

Shades of Dark Cerulean #015E8D

Tints of Dark Cerulean #015E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 59.75%

R = 0.42%
G = 39.83%
B = 59.75%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#015E8D (or 0x015E8D) is known color: Dark Cerulean. HEX triplet: 01, 5E and 8D. RGB value is (1,94,141). Sum of RGB (Red+Green+Blue) = 1+94+141=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 94 (37.11% from 255 or 39.83% from 236); Blue value is 141 (55.47% from 255 or 59.75% from 236); Max value from RGB is 141 - color contains mainly: blue. Hex color #015E8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015E8D is #FEA172. Grayscale: #474747. Windows color (decimal): -16687475 or 9264641. OLE color: 9264641.

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

Color convert

RGB 1 94 141 -
CMYK 0.99 0.33 0 0.45
HSL 200.14º 0.99% 0.28% -
HSV(B) 200.14º 0.99% 0.55% -
XYZ 8.82 9.93 26.65 -
YUV 71.55 167.19 77.68 -
System Red Green Blue C M Y K H S L
Decimal 1 94 141 0.99 0.33 0 0.45 200.14 0.99 0.28
Hex 1 5E 8D 63 21 0 2D C8 63 1C
Octal 1 136 215 143 41 0 55 310 143 34
Binary 1 1011110 10001101 1100011 100001 0 101101 11001000 1100011 11100

Color Harmonies of #015E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015E8D

Black with #015E8D

Text Example


Text Example

White with #015E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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