Html Css Color HEX #016490 Cerulean

📋 copy color: '#016490'

red 1 ◦ green 100 ◦ blue 144

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

Shades of Cerulean #016490

Tints of Cerulean #016490

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.82%

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

R = 0.41%
G = 40.82%
B = 58.78%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#016490 (or 0x016490) is known color: Cerulean. HEX triplet: 01, 64 and 90. RGB value is (1,100,144). Sum of RGB (Red+Green+Blue) = 1+100+144=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #016490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016490 is #FE9B6F. Grayscale: #4B4B4B. Windows color (decimal): -16685936 or 9462785. OLE color: 9462785.

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

Color convert

RGB 1 100 144 -
CMYK 0.99 0.31 0 0.44
HSL 198.46º 0.99% 0.28% -
HSV(B) 198.46º 0.99% 0.56% -
XYZ 9.6 11.13 28.03 -
YUV 75.42 166.7 74.92 -
System Red Green Blue C M Y K H S L
Decimal 1 100 144 0.99 0.31 0 0.44 198.46 0.99 0.28
Hex 1 64 90 63 1F 0 2C C6 63 1C
Octal 1 144 220 143 37 0 54 306 143 34
Binary 1 1100100 10010000 1100011 11111 0 101100 11000110 1100011 11100

Color Harmonies of #016490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016490

Black with #016490

Text Example


Text Example

White with #016490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016490; }

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

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

background-color css

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

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

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

border-color css

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

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

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