Html Css Color HEX #016990 Cerulean

📋 copy color: '#016990'

red 1 ◦ green 105 ◦ blue 144

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

Shades of Cerulean #016990

Tints of Cerulean #016990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42%

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

R = 0.4%
G = 42%
B = 57.6%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#016990 (or 0x016990) is known color: Cerulean. HEX triplet: 01, 69 and 90. RGB value is (1,105,144). Sum of RGB (Red+Green+Blue) = 1+105+144=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 144 (56.64% from 255 or 57.6% from 250); Max value from RGB is 144 - color contains mainly: blue. Hex color #016990 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016990 is #FE966F. Grayscale: #4E4E4E. Windows color (decimal): -16684656 or 9464065. OLE color: 9464065.

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

Color convert

RGB 1 105 144 -
CMYK 0.99 0.27 0 0.44
HSL 196.36º 0.99% 0.28% -
HSV(B) 196.36º 0.99% 0.56% -
XYZ 10.1 12.12 28.19 -
YUV 78.35 165.04 72.83 -
System Red Green Blue C M Y K H S L
Decimal 1 105 144 0.99 0.27 0 0.44 196.36 0.99 0.28
Hex 1 69 90 63 1B 0 2C C4 63 1C
Octal 1 151 220 143 33 0 54 304 143 34
Binary 1 1101001 10010000 1100011 11011 0 101100 11000100 1100011 11100

Color Harmonies of #016990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016990

Black with #016990

Text Example


Text Example

White with #016990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016990; }

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

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

background-color css

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

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

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

border-color css

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

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

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