Html Css Color HEX #016690 Cerulean

📋 copy color: '#016690'

red 1 ◦ green 102 ◦ blue 144

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

Shades of Cerulean #016690

Tints of Cerulean #016690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.3%

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

R = 0.4%
G = 41.3%
B = 58.3%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#016690 (or 0x016690) is known color: Cerulean. HEX triplet: 01, 66 and 90. RGB value is (1,102,144). Sum of RGB (Red+Green+Blue) = 1+102+144=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 102 (40.23% from 255 or 41.30% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #016690 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016690 is #FE996F. Grayscale: #4C4C4C. Windows color (decimal): -16685424 or 9463297. OLE color: 9463297.

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

Color convert

RGB 1 102 144 -
CMYK 0.99 0.29 0 0.44
HSL 197.62º 0.99% 0.28% -
HSV(B) 197.62º 0.99% 0.56% -
XYZ 9.8 11.52 28.09 -
YUV 76.59 166.04 74.08 -
System Red Green Blue C M Y K H S L
Decimal 1 102 144 0.99 0.29 0 0.44 197.62 0.99 0.28
Hex 1 66 90 63 1D 0 2C C6 63 1C
Octal 1 146 220 143 35 0 54 306 143 34
Binary 1 1100110 10010000 1100011 11101 0 101100 11000110 1100011 11100

Color Harmonies of #016690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016690

Black with #016690

Text Example


Text Example

White with #016690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016690; }

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

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

background-color css

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

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

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

border-color css

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

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

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