Html Css Color HEX #017998 Cerulean

📋 copy color: '#017998'

red 1 ◦ green 121 ◦ blue 152

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

Shades of Cerulean #017998

Tints of Cerulean #017998

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.16%

 BLUE value IS 152 (59.77% from 255) = 55.47%

R = 0.36%
G = 44.16%
B = 55.47%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#017998 (or 0x017998) is known color: Cerulean. HEX triplet: 01, 79 and 98. RGB value is (1,121,152). Sum of RGB (Red+Green+Blue) = 1+121+152=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 121 (47.66% from 255 or 44.16% from 274); Blue value is 152 (59.77% from 255 or 55.47% from 274); Max value from RGB is 152 - color contains mainly: blue. Hex color #017998 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017998 is #FE8667. Grayscale: #585858. Windows color (decimal): -16680552 or 9992449. OLE color: 9992449.

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

Color convert

RGB 1 121 152 -
CMYK 0.99 0.20 0 0.40
HSL 192.32º 0.99% 0.3% -
HSV(B) 192.32º 0.99% 0.6% -
XYZ 12.52 15.95 32.12 -
YUV 88.65 163.74 65.48 -
System Red Green Blue C M Y K H S L
Decimal 1 121 152 0.99 0.20 0 0.40 192.32 0.99 0.3
Hex 1 79 98 63 14 0 28 C0 63 1E
Octal 1 171 230 143 24 0 50 300 143 36
Binary 1 1111001 10011000 1100011 10100 0 101000 11000000 1100011 11110

Color Harmonies of #017998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017998

Black with #017998

Text Example


Text Example

White with #017998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017998; }

 p { color: rgb(1,121,152); }

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

background-color css

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

 a { background-color: rgb(1,121,152); }

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

border-color css

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

 span { border-color: rgb(1,121,152); }

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