Html Css Color HEX #016E90 Cerulean

📋 copy color: '#016E90'

red 1 ◦ green 110 ◦ blue 144

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

Shades of Cerulean #016E90

Tints of Cerulean #016E90

RGB

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

 GREEN value IS 110 (43.36% from 255) = 43.14%

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

R = 0.39%
G = 43.14%
B = 56.47%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#016E90 (or 0x016E90) is known color: Cerulean. HEX triplet: 01, 6E and 90. RGB value is (1,110,144). Sum of RGB (Red+Green+Blue) = 1+110+144=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 110 (43.36% from 255 or 43.14% from 255); Blue value is 144 (56.64% from 255 or 56.47% from 255); Max value from RGB is 144 - color contains mainly: blue. Hex color #016E90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016E90 is #FE916F. Grayscale: #515151. Windows color (decimal): -16683376 or 9465345. OLE color: 9465345.

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

Color convert

RGB 1 110 144 -
CMYK 0.99 0.24 0 0.44
HSL 194.27º 0.99% 0.28% -
HSV(B) 194.27º 0.99% 0.56% -
XYZ 10.62 13.17 28.37 -
YUV 81.29 163.39 70.74 -
System Red Green Blue C M Y K H S L
Decimal 1 110 144 0.99 0.24 0 0.44 194.27 0.99 0.28
Hex 1 6E 90 63 18 0 2C C2 63 1C
Octal 1 156 220 143 30 0 54 302 143 34
Binary 1 1101110 10010000 1100011 11000 0 101100 11000010 1100011 11100

Color Harmonies of #016E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016E90

Black with #016E90

Text Example


Text Example

White with #016E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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