Html Css Color HEX #017198 Cerulean

📋 copy color: '#017198'

red 1 ◦ green 113 ◦ blue 152

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

Shades of Cerulean #017198

Tints of Cerulean #017198

RGB

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

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

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

R = 0.38%
G = 42.48%
B = 57.14%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#017198 (or 0x017198) is known color: Cerulean. HEX triplet: 01, 71 and 98. RGB value is (1,113,152). Sum of RGB (Red+Green+Blue) = 1+113+152=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 152 (59.77% from 255 or 57.14% from 266); Max value from RGB is 152 - color contains mainly: blue. Hex color #017198 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017198 is #FE8E67. Grayscale: #535353. Windows color (decimal): -16682600 or 9990401. OLE color: 9990401.

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

Color convert

RGB 1 113 152 -
CMYK 0.99 0.26 0 0.40
HSL 195.5º 0.99% 0.3% -
HSV(B) 195.5º 0.99% 0.6% -
XYZ 11.59 14.08 31.81 -
YUV 83.96 166.39 68.83 -
System Red Green Blue C M Y K H S L
Decimal 1 113 152 0.99 0.26 0 0.40 195.5 0.99 0.3
Hex 1 71 98 63 1A 0 28 C3 63 1E
Octal 1 161 230 143 32 0 50 303 143 36
Binary 1 1110001 10011000 1100011 11010 0 101000 11000011 1100011 11110

Color Harmonies of #017198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017198

Black with #017198

Text Example


Text Example

White with #017198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017198; }

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

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

background-color css

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

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

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

border-color css

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

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

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