Html Css Color HEX #016997 Cerulean

📋 copy color: '#016997'

red 1 ◦ green 105 ◦ blue 151

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

Shades of Cerulean #016997

Tints of Cerulean #016997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 58.75%

R = 0.39%
G = 40.86%
B = 58.75%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#016997 (or 0x016997) is known color: Cerulean. HEX triplet: 01, 69 and 97. RGB value is (1,105,151). Sum of RGB (Red+Green+Blue) = 1+105+151=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 105 (41.41% from 255 or 40.86% from 257); Blue value is 151 (59.38% from 255 or 58.75% from 257); Max value from RGB is 151 - color contains mainly: blue. Hex color #016997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016997 is #FE9668. Grayscale: #4E4E4E. Windows color (decimal): -16684649 or 9922817. OLE color: 9922817.

HSL color Cylindrical-coordinate representation of color #016997: hue angle of 198.4º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016997 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 105 151 -
CMYK 0.99 0.30 0 0.41
HSL 198.4º 0.99% 0.3% -
HSV(B) 198.4º 0.99% 0.59% -
XYZ 10.65 12.34 31.1 -
YUV 79.15 168.54 72.26 -
System Red Green Blue C M Y K H S L
Decimal 1 105 151 0.99 0.30 0 0.41 198.4 0.99 0.3
Hex 1 69 97 63 1E 0 29 C6 63 1E
Octal 1 151 227 143 36 0 51 306 143 36
Binary 1 1101001 10010111 1100011 11110 0 101001 11000110 1100011 11110

Color Harmonies of #016997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016997

Black with #016997

Text Example


Text Example

White with #016997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016997; }

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

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

background-color css

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

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

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

border-color css

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

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

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