Html Css Color HEX #197DA0 Cerulean

📋 copy color: '#197DA0'

red 25 ◦ green 125 ◦ blue 160

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

Shades of Cerulean #197DA0

Tints of Cerulean #197DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 51.61%

R = 8.06%
G = 40.32%
B = 51.61%

CMYK

 C value IS 0.84

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#197DA0 (or 0x197DA0) is known color: Cerulean. HEX triplet: 19, 7D and A0. RGB value is (25,125,160). Sum of RGB (Red+Green+Blue) = 25+125+160=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 160 (62.89% from 255 or 51.61% from 310); Max value from RGB is 160 - color contains mainly: blue. Hex color #197DA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197DA0 is #E6825F. Grayscale: #626262. Windows color (decimal): -15106656 or 10517785. OLE color: 10517785.

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

Color convert

RGB 25 125 160 -
CMYK 0.84 0.22 0 0.37
HSL 195.56º 0.73% 0.36% -
HSV(B) 195.56º 0.84% 0.63% -
XYZ 14.08 17.41 35.88 -
YUV 99.09 162.37 75.15 -
System Red Green Blue C M Y K H S L
Decimal 25 125 160 0.84 0.22 0 0.37 195.56 0.73 0.36
Hex 19 7D A0 54 16 0 25 C4 49 24
Octal 31 175 240 124 26 0 45 304 111 44
Binary 11001 1111101 10100000 1010100 10110 0 100101 11000100 1001001 100100

Color Harmonies of #197DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197DA0

Black with #197DA0

Text Example


Text Example

White with #197DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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