Html Css Color HEX #197CB0 Cerulean

📋 copy color: '#197CB0'

red 25 ◦ green 124 ◦ blue 176

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

Shades of Cerulean #197CB0

Tints of Cerulean #197CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 54.15%

R = 7.69%
G = 38.15%
B = 54.15%

CMYK

 C value IS 0.86

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#197CB0 (or 0x197CB0) is known color: Cerulean. HEX triplet: 19, 7C and B0. RGB value is (25,124,176). Sum of RGB (Red+Green+Blue) = 25+124+176=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 124 (48.83% from 255 or 38.15% from 325); Blue value is 176 (69.14% from 255 or 54.15% from 325); Max value from RGB is 176 - color contains mainly: blue. Hex color #197CB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197CB0 is #E6834F. Grayscale: #646464. Windows color (decimal): -15106896 or 11566105. OLE color: 11566105.

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

Color convert

RGB 25 124 176 -
CMYK 0.86 0.30 0 0.31
HSL 200.66º 0.75% 0.39% -
HSV(B) 200.66º 0.86% 0.69% -
XYZ 15.45 17.76 43.69 -
YUV 100.33 170.7 74.27 -
System Red Green Blue C M Y K H S L
Decimal 25 124 176 0.86 0.30 0 0.31 200.66 0.75 0.39
Hex 19 7C B0 56 1E 0 1F C9 4B 27
Octal 31 174 260 126 36 0 37 311 113 47
Binary 11001 1111100 10110000 1010110 11110 0 11111 11001001 1001011 100111

Color Harmonies of #197CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197CB0

Black with #197CB0

Text Example


Text Example

White with #197CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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