Html Css Color HEX #197D9F Cerulean

📋 copy color: '#197D9F'

red 25 ◦ green 125 ◦ blue 159

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

Shades of Cerulean #197D9F

Tints of Cerulean #197D9F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.45%

 BLUE value IS 159 (62.5% from 255) = 51.46%

R = 8.09%
G = 40.45%
B = 51.46%

CMYK

 C value IS 0.84

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#197D9F (or 0x197D9F) is known color: Cerulean. HEX triplet: 19, 7D and 9F. RGB value is (25,125,159). Sum of RGB (Red+Green+Blue) = 25+125+159=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 125 (49.22% from 255 or 40.45% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #197D9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197D9F is #E68260. Grayscale: #626262. Windows color (decimal): -15106657 or 10452249. OLE color: 10452249.

HSL color Cylindrical-coordinate representation of color #197D9F: hue angle of 195.22º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #197D9F is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 125 159 -
CMYK 0.84 0.21 0 0.38
HSL 195.22º 0.73% 0.36% -
HSV(B) 195.22º 0.84% 0.62% -
XYZ 13.99 17.38 35.42 -
YUV 98.98 161.87 75.24 -
System Red Green Blue C M Y K H S L
Decimal 25 125 159 0.84 0.21 0 0.38 195.22 0.73 0.36
Hex 19 7D 9F 54 15 0 26 C3 49 24
Octal 31 175 237 124 25 0 46 303 111 44
Binary 11001 1111101 10011111 1010100 10101 0 100110 11000011 1001001 100100

Color Harmonies of #197D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197D9F

Black with #197D9F

Text Example


Text Example

White with #197D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197D9F; }

 p { color: rgb(25,125,159); }

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

background-color css

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

 a { background-color: rgb(25,125,159); }

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

border-color css

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

 span { border-color: rgb(25,125,159); }

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