Html Css Color HEX #197598 Cerulean

📋 copy color: '#197598'

red 25 ◦ green 117 ◦ blue 152

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

Shades of Cerulean #197598

Tints of Cerulean #197598

RGB

 RED value IS 25 (10.16% from 255) = 8.5%

 GREEN value IS 117 (46.09% from 255) = 39.8%

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

R = 8.5%
G = 39.8%
B = 51.7%

CMYK

 C value IS 0.84

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#197598 (or 0x197598) is known color: Cerulean. HEX triplet: 19, 75 and 98. RGB value is (25,117,152). Sum of RGB (Red+Green+Blue) = 25+117+152=294 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.50% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 152 (59.77% from 255 or 51.70% from 294); Max value from RGB is 152 - color contains mainly: blue. Hex color #197598 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197598 is #E68A67. Grayscale: #5D5D5D. Windows color (decimal): -15108712 or 9991449. OLE color: 9991449.

HSL color Cylindrical-coordinate representation of color #197598: hue angle of 196.54º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #197598 is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 25 117 152 -
CMYK 0.84 0.23 0 0.40
HSL 196.54º 0.72% 0.35% -
HSV(B) 196.54º 0.84% 0.6% -
XYZ 12.43 15.2 31.98 -
YUV 93.48 161.02 79.15 -
System Red Green Blue C M Y K H S L
Decimal 25 117 152 0.84 0.23 0 0.40 196.54 0.72 0.35
Hex 19 75 98 54 17 0 28 C5 48 23
Octal 31 165 230 124 27 0 50 305 110 43
Binary 11001 1110101 10011000 1010100 10111 0 101000 11000101 1001000 100011

Color Harmonies of #197598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197598

Black with #197598

Text Example


Text Example

White with #197598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197598; }

 p { color: rgb(25,117,152); }

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

background-color css

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

 a { background-color: rgb(25,117,152); }

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

border-color css

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

 span { border-color: rgb(25,117,152); }

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