Html Css Color HEX #016890 Cerulean

📋 copy color: '#016890'

red 1 ◦ green 104 ◦ blue 144

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

Shades of Cerulean #016890

Tints of Cerulean #016890

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.77%

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

R = 0.4%
G = 41.77%
B = 57.83%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#016890 (or 0x016890) is known color: Cerulean. HEX triplet: 01, 68 and 90. RGB value is (1,104,144). Sum of RGB (Red+Green+Blue) = 1+104+144=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #016890 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016890 is #FE976F. Grayscale: #4D4D4D. Windows color (decimal): -16684912 or 9463809. OLE color: 9463809.

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

Color convert

RGB 1 104 144 -
CMYK 0.99 0.28 0 0.44
HSL 196.78º 0.99% 0.28% -
HSV(B) 196.78º 0.99% 0.56% -
XYZ 10 11.92 28.16 -
YUV 77.76 165.38 73.25 -
System Red Green Blue C M Y K H S L
Decimal 1 104 144 0.99 0.28 0 0.44 196.78 0.99 0.28
Hex 1 68 90 63 1C 0 2C C5 63 1C
Octal 1 150 220 143 34 0 54 305 143 34
Binary 1 1101000 10010000 1100011 11100 0 101100 11000101 1100011 11100

Color Harmonies of #016890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016890

Black with #016890

Text Example


Text Example

White with #016890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016890; }

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

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

background-color css

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

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

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

border-color css

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

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

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