Html Css Color HEX #016A90 Cerulean

📋 copy color: '#016A90'

red 1 ◦ green 106 ◦ blue 144

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

Shades of Cerulean #016A90

Tints of Cerulean #016A90

RGB

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

 GREEN value IS 106 (41.8% from 255) = 42.23%

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

R = 0.4%
G = 42.23%
B = 57.37%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#016A90 (or 0x016A90) is known color: Cerulean. HEX triplet: 01, 6A and 90. RGB value is (1,106,144). Sum of RGB (Red+Green+Blue) = 1+106+144=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 106 (41.80% from 255 or 42.23% from 251); Blue value is 144 (56.64% from 255 or 57.37% from 251); Max value from RGB is 144 - color contains mainly: blue. Hex color #016A90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016A90 is #FE956F. Grayscale: #4E4E4E. Windows color (decimal): -16684400 or 9464321. OLE color: 9464321.

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

Color convert

RGB 1 106 144 -
CMYK 0.99 0.26 0 0.44
HSL 195.94º 0.99% 0.28% -
HSV(B) 195.94º 0.99% 0.56% -
XYZ 10.2 12.33 28.23 -
YUV 78.94 164.71 72.41 -
System Red Green Blue C M Y K H S L
Decimal 1 106 144 0.99 0.26 0 0.44 195.94 0.99 0.28
Hex 1 6A 90 63 1A 0 2C C4 63 1C
Octal 1 152 220 143 32 0 54 304 143 34
Binary 1 1101010 10010000 1100011 11010 0 101100 11000100 1100011 11100

Color Harmonies of #016A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016A90

Black with #016A90

Text Example


Text Example

White with #016A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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