Html Css Color HEX #017399 Cerulean

📋 copy color: '#017399'

red 1 ◦ green 115 ◦ blue 153

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

Shades of Cerulean #017399

Tints of Cerulean #017399

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.75%

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

R = 0.37%
G = 42.75%
B = 56.88%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#017399 (or 0x017399) is known color: Cerulean. HEX triplet: 01, 73 and 99. RGB value is (1,115,153). Sum of RGB (Red+Green+Blue) = 1+115+153=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 153 (60.16% from 255 or 56.88% from 269); Max value from RGB is 153 - color contains mainly: blue. Hex color #017399 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017399 is #FE8C66. Grayscale: #545454. Windows color (decimal): -16682087 or 10056449. OLE color: 10056449.

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

Color convert

RGB 1 115 153 -
CMYK 0.99 0.25 0 0.4
HSL 195º 0.99% 0.3% -
HSV(B) 195º 0.99% 0.6% -
XYZ 11.89 14.57 32.32 -
YUV 85.25 166.23 67.91 -
System Red Green Blue C M Y K H S L
Decimal 1 115 153 0.99 0.25 0 0.4 195 0.99 0.3
Hex 1 73 99 63 19 0 28 C3 63 1E
Octal 1 163 231 143 31 0 50 303 143 36
Binary 1 1110011 10011001 1100011 11001 0 101000 11000011 1100011 11110

Color Harmonies of #017399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017399

Black with #017399

Text Example


Text Example

White with #017399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017399; }

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

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

background-color css

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

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

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

border-color css

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

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

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