#197A9A

Color #197A9A Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #197A9A

Tints of Cerulean #197A9A

Color information

#197A9A (or 0x197A9A) is unknown color: approx Cerulean. HEX triplet: 19, 7A and 9A. RGB value is (25,122,154). Sum of RGB (Red+Green+Blue) = 25+122+154=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 154 (60.55% from 255 or 51.16% from 301); Max value from RGB is 154 - color contains mainly: blue. Hex color #197A9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197A9A is #E68565. Grayscale: #606060. Windows color (decimal): -15107430 or 10123801. OLE color: 10123801.

HSL color Cylindrical-coordinate representation of color #197A9A: hue angle of 194.88º 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 #197A9A is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB25122154-
CMYK0.840.2100.40
HSL194.88º72.07%35.1%-
HSV(B)194.88º83.77%60.39%-
XYZ13.1916.4633.05-
YUV96.64160.3676.9-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.31%
GREEN value IS 122 (48.05% from 255) = 40.53%
BLUE value IS 154 (60.55% from 255) = 51.16%
R=8.31%
G=40.53%
B=51.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal251221540.840.2100.40194.8872.0735.1
Hex197A9A5415028c34823
Octal311722321242505030311043
Binary110011111010100110101010100101010101000110000111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,122,154); }

 H1.HeaderClassName
 {
   color: #197A9A;
 }
 .AnyTagClassName
 {
   color: #197A9A;
 }
</style>
background-color css

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

 a { background-color: rgb(25,122,154); }

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

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

 span { border-color: rgb(25,122,154); }

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