Html Css Color HEX #197DB1 Cerulean

📋 copy color: '#197DB1'

red 25 ◦ green 125 ◦ blue 177

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

Shades of Cerulean #197DB1

Tints of Cerulean #197DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 54.13%

R = 7.65%
G = 38.23%
B = 54.13%

CMYK

 C value IS 0.86

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#197DB1 (or 0x197DB1) is known color: Cerulean. HEX triplet: 19, 7D and B1. RGB value is (25,125,177). Sum of RGB (Red+Green+Blue) = 25+125+177=327 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.65% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 177 (69.53% from 255 or 54.13% from 327); Max value from RGB is 177 - color contains mainly: blue. Hex color #197DB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197DB1 is #E6824E. Grayscale: #646464. Windows color (decimal): -15106639 or 11631897. OLE color: 11631897.

HSL color Cylindrical-coordinate representation of color #197DB1: hue angle of 200.53º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #197DB1 is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 25 125 177 -
CMYK 0.86 0.29 0 0.31
HSL 200.53º 0.75% 0.4% -
HSV(B) 200.53º 0.86% 0.69% -
XYZ 15.67 18.05 44.25 -
YUV 101.03 170.87 73.77 -
System Red Green Blue C M Y K H S L
Decimal 25 125 177 0.86 0.29 0 0.31 200.53 0.75 0.4
Hex 19 7D B1 56 1D 0 1F C9 4B 28
Octal 31 175 261 126 35 0 37 311 113 50
Binary 11001 1111101 10110001 1010110 11101 0 11111 11001001 1001011 101000

Color Harmonies of #197DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197DB1

Black with #197DB1

Text Example


Text Example

White with #197DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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