Html Css Color HEX #197DB6 Cerulean

📋 copy color: '#197DB6'

red 25 ◦ green 125 ◦ blue 182

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

Shades of Cerulean #197DB6

Tints of Cerulean #197DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 54.82%

R = 7.53%
G = 37.65%
B = 54.82%

CMYK

 C value IS 0.86

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#197DB6 (or 0x197DB6) is known color: Cerulean. HEX triplet: 19, 7D and B6. RGB value is (25,125,182). Sum of RGB (Red+Green+Blue) = 25+125+182=332 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.53% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 182 (71.48% from 255 or 54.82% from 332); Max value from RGB is 182 - color contains mainly: blue. Hex color #197DB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197DB6 is #E68249. Grayscale: #656565. Windows color (decimal): -15106634 or 11959577. OLE color: 11959577.

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

Color convert

RGB 25 125 182 -
CMYK 0.86 0.31 0 0.29
HSL 201.78º 0.76% 0.41% -
HSV(B) 201.78º 0.86% 0.71% -
XYZ 16.18 18.25 46.93 -
YUV 101.6 173.37 73.37 -
System Red Green Blue C M Y K H S L
Decimal 25 125 182 0.86 0.31 0 0.29 201.78 0.76 0.41
Hex 19 7D B6 56 1F 0 1D CA 4C 29
Octal 31 175 266 126 37 0 35 312 114 51
Binary 11001 1111101 10110110 1010110 11111 0 11101 11001010 1001100 101001

Color Harmonies of #197DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197DB6

Black with #197DB6

Text Example


Text Example

White with #197DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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