Html Css Color HEX #015C90 Dark Cerulean

📋 copy color: '#015C90'

red 1 ◦ green 92 ◦ blue 144

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

Shades of Dark Cerulean #015C90

Tints of Dark Cerulean #015C90

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.82%

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

R = 0.42%
G = 38.82%
B = 60.76%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#015C90 (or 0x015C90) is known color: Dark Cerulean. HEX triplet: 01, 5C and 90. RGB value is (1,92,144). Sum of RGB (Red+Green+Blue) = 1+92+144=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 92 (36.33% from 255 or 38.82% from 237); Blue value is 144 (56.64% from 255 or 60.76% from 237); Max value from RGB is 144 - color contains mainly: blue. Hex color #015C90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015C90 is #FEA36F. Grayscale: #464646. Windows color (decimal): -16687984 or 9460737. OLE color: 9460737.

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

Color convert

RGB 1 92 144 -
CMYK 0.99 0.36 0 0.44
HSL 201.82º 0.99% 0.28% -
HSV(B) 201.82º 0.99% 0.56% -
XYZ 8.87 9.67 27.79 -
YUV 70.72 169.35 78.27 -
System Red Green Blue C M Y K H S L
Decimal 1 92 144 0.99 0.36 0 0.44 201.82 0.99 0.28
Hex 1 5C 90 63 24 0 2C CA 63 1C
Octal 1 134 220 143 44 0 54 312 143 34
Binary 1 1011100 10010000 1100011 100100 0 101100 11001010 1100011 11100

Color Harmonies of #015C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015C90

Black with #015C90

Text Example


Text Example

White with #015C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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