Html Css Color HEX #017499 Cerulean

📋 copy color: '#017499'

red 1 ◦ green 116 ◦ blue 153

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

Shades of Cerulean #017499

Tints of Cerulean #017499

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.96%

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

R = 0.37%
G = 42.96%
B = 56.67%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#017499 (or 0x017499) is known color: Cerulean. HEX triplet: 01, 74 and 99. RGB value is (1,116,153). Sum of RGB (Red+Green+Blue) = 1+116+153=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #017499 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017499 is #FE8B66. Grayscale: #555555. Windows color (decimal): -16681831 or 10056705. OLE color: 10056705.

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

Color convert

RGB 1 116 153 -
CMYK 0.99 0.24 0 0.4
HSL 194.61º 0.99% 0.3% -
HSV(B) 194.61º 0.99% 0.6% -
XYZ 12.01 14.8 32.36 -
YUV 85.83 165.9 67.49 -
System Red Green Blue C M Y K H S L
Decimal 1 116 153 0.99 0.24 0 0.4 194.61 0.99 0.3
Hex 1 74 99 63 18 0 28 C3 63 1E
Octal 1 164 231 143 30 0 50 303 143 36
Binary 1 1110100 10011001 1100011 11000 0 101000 11000011 1100011 11110

Color Harmonies of #017499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017499

Black with #017499

Text Example


Text Example

White with #017499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017499; }

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

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

background-color css

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

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

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

border-color css

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

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

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