Html Css Color HEX #016290 Cerulean

📋 copy color: '#016290'

red 1 ◦ green 98 ◦ blue 144

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

Shades of Cerulean #016290

Tints of Cerulean #016290

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.33%

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

R = 0.41%
G = 40.33%
B = 59.26%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#016290 (or 0x016290) is known color: Cerulean. HEX triplet: 01, 62 and 90. RGB value is (1,98,144). Sum of RGB (Red+Green+Blue) = 1+98+144=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 144 (56.64% from 255 or 59.26% from 243); Max value from RGB is 144 - color contains mainly: blue. Hex color #016290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016290 is #FE9D6F. Grayscale: #494949. Windows color (decimal): -16686448 or 9462273. OLE color: 9462273.

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

Color convert

RGB 1 98 144 -
CMYK 0.99 0.32 0 0.44
HSL 199.3º 0.99% 0.28% -
HSV(B) 199.3º 0.99% 0.56% -
XYZ 9.41 10.76 27.97 -
YUV 74.24 167.36 75.76 -
System Red Green Blue C M Y K H S L
Decimal 1 98 144 0.99 0.32 0 0.44 199.3 0.99 0.28
Hex 1 62 90 63 20 0 2C C7 63 1C
Octal 1 142 220 143 40 0 54 307 143 34
Binary 1 1100010 10010000 1100011 100000 0 101100 11000111 1100011 11100

Color Harmonies of #016290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016290

Black with #016290

Text Example


Text Example

White with #016290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016290; }

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

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

background-color css

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

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

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

border-color css

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

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

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