Html Css Color HEX #015E90 Dark Cerulean

📋 copy color: '#015E90'

red 1 ◦ green 94 ◦ blue 144

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

Shades of Dark Cerulean #015E90

Tints of Dark Cerulean #015E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 60.25%

R = 0.42%
G = 39.33%
B = 60.25%

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

#015E90 (or 0x015E90) is known color: Dark Cerulean. HEX triplet: 01, 5E and 90. RGB value is (1,94,144). Sum of RGB (Red+Green+Blue) = 1+94+144=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 144 (56.64% from 255 or 60.25% from 239); Max value from RGB is 144 - color contains mainly: blue. Hex color #015E90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015E90 is #FEA16F. Grayscale: #474747. Windows color (decimal): -16687472 or 9461249. OLE color: 9461249.

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

Color convert

RGB 1 94 144 -
CMYK 0.99 0.35 0 0.44
HSL 200.98º 0.99% 0.28% -
HSV(B) 200.98º 0.99% 0.56% -
XYZ 9.05 10.03 27.84 -
YUV 71.89 168.69 77.43 -
System Red Green Blue C M Y K H S L
Decimal 1 94 144 0.99 0.35 0 0.44 200.98 0.99 0.28
Hex 1 5E 90 63 23 0 2C C9 63 1C
Octal 1 136 220 143 43 0 54 311 143 34
Binary 1 1011110 10010000 1100011 100011 0 101100 11001001 1100011 11100

Color Harmonies of #015E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015E90

Black with #015E90

Text Example


Text Example

White with #015E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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