Html Css Color HEX #015490 Dark Cerulean

📋 copy color: '#015490'

red 1 ◦ green 84 ◦ blue 144

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

Shades of Dark Cerulean #015490

Tints of Dark Cerulean #015490

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.68%

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

R = 0.44%
G = 36.68%
B = 62.88%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#015490 (or 0x015490) is known color: Dark Cerulean. HEX triplet: 01, 54 and 90. RGB value is (1,84,144). Sum of RGB (Red+Green+Blue) = 1+84+144=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 144 (56.64% from 255 or 62.88% from 229); Max value from RGB is 144 - color contains mainly: blue. Hex color #015490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015490 is #FEAB6F. Grayscale: #414141. Windows color (decimal): -16690032 or 9458689. OLE color: 9458689.

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

Color convert

RGB 1 84 144 -
CMYK 0.99 0.42 0 0.44
HSL 205.17º 0.99% 0.28% -
HSV(B) 205.17º 0.99% 0.56% -
XYZ 8.22 8.36 27.57 -
YUV 66.02 172 81.62 -
System Red Green Blue C M Y K H S L
Decimal 1 84 144 0.99 0.42 0 0.44 205.17 0.99 0.28
Hex 1 54 90 63 2A 0 2C CD 63 1C
Octal 1 124 220 143 52 0 54 315 143 34
Binary 1 1010100 10010000 1100011 101010 0 101100 11001101 1100011 11100

Color Harmonies of #015490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015490

Black with #015490

Text Example


Text Example

White with #015490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015490; }

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

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

background-color css

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

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

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

border-color css

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

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

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