Html Css Color HEX #197BA0 Cerulean

📋 copy color: '#197BA0'

red 25 ◦ green 123 ◦ blue 160

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

Shades of Cerulean #197BA0

Tints of Cerulean #197BA0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.94%

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

R = 8.12%
G = 39.94%
B = 51.95%

CMYK

 C value IS 0.84

 M value IS 0.23

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#197BA0 (or 0x197BA0) is known color: Cerulean. HEX triplet: 19, 7B and A0. RGB value is (25,123,160). Sum of RGB (Red+Green+Blue) = 25+123+160=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 160 (62.89% from 255 or 51.95% from 308); Max value from RGB is 160 - color contains mainly: blue. Hex color #197BA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197BA0 is #E6845F. Grayscale: #616161. Windows color (decimal): -15107168 or 10517273. OLE color: 10517273.

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

Color convert

RGB 25 123 160 -
CMYK 0.84 0.23 0 0.37
HSL 196.44º 0.73% 0.36% -
HSV(B) 196.44º 0.84% 0.63% -
XYZ 13.83 16.91 35.79 -
YUV 97.92 163.03 75.99 -
System Red Green Blue C M Y K H S L
Decimal 25 123 160 0.84 0.23 0 0.37 196.44 0.73 0.36
Hex 19 7B A0 54 17 0 25 C4 49 24
Octal 31 173 240 124 27 0 45 304 111 44
Binary 11001 1111011 10100000 1010100 10111 0 100101 11000100 1001001 100100

Color Harmonies of #197BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197BA0

Black with #197BA0

Text Example


Text Example

White with #197BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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