Html Css Color HEX #197DA3 Cerulean

📋 copy color: '#197DA3'

red 25 ◦ green 125 ◦ blue 163

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

Shades of Cerulean #197DA3

Tints of Cerulean #197DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 52.08%

R = 7.99%
G = 39.94%
B = 52.08%

CMYK

 C value IS 0.85

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#197DA3 (or 0x197DA3) is known color: Cerulean. HEX triplet: 19, 7D and A3. RGB value is (25,125,163). Sum of RGB (Red+Green+Blue) = 25+125+163=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 125 (49.22% from 255 or 39.94% from 313); Blue value is 163 (64.06% from 255 or 52.08% from 313); Max value from RGB is 163 - color contains mainly: blue. Hex color #197DA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197DA3 is #E6825C. Grayscale: #636363. Windows color (decimal): -15106653 or 10714393. OLE color: 10714393.

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

Color convert

RGB 25 125 163 -
CMYK 0.85 0.23 0 0.36
HSL 196.52º 0.73% 0.37% -
HSV(B) 196.52º 0.85% 0.64% -
XYZ 14.35 17.52 37.28 -
YUV 99.43 163.87 74.91 -
System Red Green Blue C M Y K H S L
Decimal 25 125 163 0.85 0.23 0 0.36 196.52 0.73 0.37
Hex 19 7D A3 55 17 0 24 C5 49 25
Octal 31 175 243 125 27 0 44 305 111 45
Binary 11001 1111101 10100011 1010101 10111 0 100100 11000101 1001001 100101

Color Harmonies of #197DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197DA3

Black with #197DA3

Text Example


Text Example

White with #197DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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