Html Css Color HEX #017097 Cerulean

📋 copy color: '#017097'

red 1 ◦ green 112 ◦ blue 151

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

Shades of Cerulean #017097

Tints of Cerulean #017097

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.42%

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

R = 0.38%
G = 42.42%
B = 57.2%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#017097 (or 0x017097) is known color: Cerulean. HEX triplet: 01, 70 and 97. RGB value is (1,112,151). Sum of RGB (Red+Green+Blue) = 1+112+151=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 151 (59.38% from 255 or 57.20% from 264); Max value from RGB is 151 - color contains mainly: blue. Hex color #017097 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017097 is #FE8F68. Grayscale: #525252. Windows color (decimal): -16682857 or 9924609. OLE color: 9924609.

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

Color convert

RGB 1 112 151 -
CMYK 0.99 0.26 0 0.41
HSL 195.6º 0.99% 0.3% -
HSV(B) 195.6º 0.99% 0.59% -
XYZ 11.39 13.83 31.35 -
YUV 83.26 166.23 69.33 -
System Red Green Blue C M Y K H S L
Decimal 1 112 151 0.99 0.26 0 0.41 195.6 0.99 0.3
Hex 1 70 97 63 1A 0 29 C4 63 1E
Octal 1 160 227 143 32 0 51 304 143 36
Binary 1 1110000 10010111 1100011 11010 0 101001 11000100 1100011 11110

Color Harmonies of #017097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017097

Black with #017097

Text Example


Text Example

White with #017097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017097; }

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

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

background-color css

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

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

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

border-color css

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

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

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