Html Css Color HEX #197CB8 Cerulean

📋 copy color: '#197CB8'

red 25 ◦ green 124 ◦ blue 184

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

Shades of Cerulean #197CB8

Tints of Cerulean #197CB8

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.24%

 BLUE value IS 184 (72.27% from 255) = 55.26%

R = 7.51%
G = 37.24%
B = 55.26%

CMYK

 C value IS 0.86

 M value IS 0.33

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#197CB8 (or 0x197CB8) is known color: Cerulean. HEX triplet: 19, 7C and B8. RGB value is (25,124,184). Sum of RGB (Red+Green+Blue) = 25+124+184=333 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.51% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 184 (72.27% from 255 or 55.26% from 333); Max value from RGB is 184 - color contains mainly: blue. Hex color #197CB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197CB8 is #E68347. Grayscale: #646464. Windows color (decimal): -15106888 or 12090393. OLE color: 12090393.

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

Color convert

RGB 25 124 184 -
CMYK 0.86 0.33 0 0.28
HSL 202.64º 0.76% 0.41% -
HSV(B) 202.64º 0.86% 0.72% -
XYZ 16.26 18.08 47.98 -
YUV 101.24 174.7 73.62 -
System Red Green Blue C M Y K H S L
Decimal 25 124 184 0.86 0.33 0 0.28 202.64 0.76 0.41
Hex 19 7C B8 56 21 0 1C CB 4C 29
Octal 31 174 270 126 41 0 34 313 114 51
Binary 11001 1111100 10111000 1010110 100001 0 11100 11001011 1001100 101001

Color Harmonies of #197CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197CB8

Black with #197CB8

Text Example


Text Example

White with #197CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,124,184); }

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

background-color css

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

 a { background-color: rgb(25,124,184); }

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

border-color css

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

 span { border-color: rgb(25,124,184); }

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