Html Css Color HEX #017199 Cerulean

📋 copy color: '#017199'

red 1 ◦ green 113 ◦ blue 153

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

Shades of Cerulean #017199

Tints of Cerulean #017199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 57.3%

R = 0.37%
G = 42.32%
B = 57.3%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#017199 (or 0x017199) is known color: Cerulean. HEX triplet: 01, 71 and 99. RGB value is (1,113,153). Sum of RGB (Red+Green+Blue) = 1+113+153=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #017199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017199 is #FE8E66. Grayscale: #535353. Windows color (decimal): -16682599 or 10055937. OLE color: 10055937.

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

Color convert

RGB 1 113 153 -
CMYK 0.99 0.26 0 0.4
HSL 195.79º 0.99% 0.3% -
HSV(B) 195.79º 0.99% 0.6% -
XYZ 11.67 14.12 32.25 -
YUV 84.07 166.89 68.75 -
System Red Green Blue C M Y K H S L
Decimal 1 113 153 0.99 0.26 0 0.4 195.79 0.99 0.3
Hex 1 71 99 63 1A 0 28 C4 63 1E
Octal 1 161 231 143 32 0 50 304 143 36
Binary 1 1110001 10011001 1100011 11010 0 101000 11000100 1100011 11110

Color Harmonies of #017199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017199

Black with #017199

Text Example


Text Example

White with #017199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017199; }

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

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

background-color css

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

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

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

border-color css

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

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

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