Html Css Color HEX #197CB4 Cerulean

📋 copy color: '#197CB4'

red 25 ◦ green 124 ◦ blue 180

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

Shades of Cerulean #197CB4

Tints of Cerulean #197CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 54.71%

R = 7.6%
G = 37.69%
B = 54.71%

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

#197CB4 (or 0x197CB4) is known color: Cerulean. HEX triplet: 19, 7C and B4. RGB value is (25,124,180). Sum of RGB (Red+Green+Blue) = 25+124+180=329 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.60% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 180 (70.70% from 255 or 54.71% from 329); Max value from RGB is 180 - color contains mainly: blue. Hex color #197CB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197CB4 is #E6834B. Grayscale: #646464. Windows color (decimal): -15106892 or 11828249. OLE color: 11828249.

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

Color convert

RGB 25 124 180 -
CMYK 0.86 0.31 0 0.29
HSL 201.68º 0.76% 0.4% -
HSV(B) 201.68º 0.86% 0.71% -
XYZ 15.85 17.92 45.8 -
YUV 100.78 172.7 73.95 -
System Red Green Blue C M Y K H S L
Decimal 25 124 180 0.86 0.31 0 0.29 201.68 0.76 0.4
Hex 19 7C B4 56 1F 0 1D CA 4C 28
Octal 31 174 264 126 37 0 35 312 114 50
Binary 11001 1111100 10110100 1010110 11111 0 11101 11001010 1001100 101000

Color Harmonies of #197CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197CB4

Black with #197CB4

Text Example


Text Example

White with #197CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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