Html Css Color HEX #197BA1 Cerulean

📋 copy color: '#197BA1'

red 25 ◦ green 123 ◦ blue 161

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

Shades of Cerulean #197BA1

Tints of Cerulean #197BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 52.1%

R = 8.09%
G = 39.81%
B = 52.1%

CMYK

 C value IS 0.84

 M value IS 0.24

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#197BA1 (or 0x197BA1) is known color: Cerulean. HEX triplet: 19, 7B and A1. RGB value is (25,123,161). Sum of RGB (Red+Green+Blue) = 25+123+161=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 161 (63.28% from 255 or 52.10% from 309); Max value from RGB is 161 - color contains mainly: blue. Hex color #197BA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197BA1 is #E6845E. Grayscale: #616161. Windows color (decimal): -15107167 or 10582809. OLE color: 10582809.

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

Color convert

RGB 25 123 161 -
CMYK 0.84 0.24 0 0.37
HSL 196.76º 0.73% 0.36% -
HSV(B) 196.76º 0.84% 0.63% -
XYZ 13.92 16.95 36.26 -
YUV 98.03 163.53 75.91 -
System Red Green Blue C M Y K H S L
Decimal 25 123 161 0.84 0.24 0 0.37 196.76 0.73 0.36
Hex 19 7B A1 54 18 0 25 C5 49 24
Octal 31 173 241 124 30 0 45 305 111 44
Binary 11001 1111011 10100001 1010100 11000 0 100101 11000101 1001001 100100

Color Harmonies of #197BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197BA1

Black with #197BA1

Text Example


Text Example

White with #197BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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