Html Css Color HEX #017197 Cerulean

📋 copy color: '#017197'

red 1 ◦ green 113 ◦ blue 151

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

Shades of Cerulean #017197

Tints of Cerulean #017197

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.64%

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

R = 0.38%
G = 42.64%
B = 56.98%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#017197 (or 0x017197) is known color: Cerulean. HEX triplet: 01, 71 and 97. RGB value is (1,113,151). Sum of RGB (Red+Green+Blue) = 1+113+151=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 151 (59.38% from 255 or 56.98% from 265); Max value from RGB is 151 - color contains mainly: blue. Hex color #017197 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017197 is #FE8E68. Grayscale: #535353. Windows color (decimal): -16682601 or 9924865. OLE color: 9924865.

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

Color convert

RGB 1 113 151 -
CMYK 0.99 0.25 0 0.41
HSL 195.2º 0.99% 0.3% -
HSV(B) 195.2º 0.99% 0.59% -
XYZ 11.5 14.05 31.38 -
YUV 83.84 165.89 68.91 -
System Red Green Blue C M Y K H S L
Decimal 1 113 151 0.99 0.25 0 0.41 195.2 0.99 0.3
Hex 1 71 97 63 19 0 29 C3 63 1E
Octal 1 161 227 143 31 0 51 303 143 36
Binary 1 1110001 10010111 1100011 11001 0 101001 11000011 1100011 11110

Color Harmonies of #017197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017197

Black with #017197

Text Example


Text Example

White with #017197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017197; }

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

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

background-color css

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

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

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

border-color css

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

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

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