Html Css Color HEX #197B9B Cerulean

📋 copy color: '#197B9B'

red 25 ◦ green 123 ◦ blue 155

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

Shades of Cerulean #197B9B

Tints of Cerulean #197B9B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.59%

 BLUE value IS 155 (60.94% from 255) = 51.16%

R = 8.25%
G = 40.59%
B = 51.16%

CMYK

 C value IS 0.84

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#197B9B (or 0x197B9B) is known color: Cerulean. HEX triplet: 19, 7B and 9B. RGB value is (25,123,155). Sum of RGB (Red+Green+Blue) = 25+123+155=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #197B9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197B9B is #E68464. Grayscale: #616161. Windows color (decimal): -15107173 or 10189593. OLE color: 10189593.

HSL color Cylindrical-coordinate representation of color #197B9B: hue angle of 194.77º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #197B9B is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 123 155 -
CMYK 0.84 0.21 0 0.39
HSL 194.77º 0.72% 0.35% -
HSV(B) 194.77º 0.84% 0.61% -
XYZ 13.4 16.74 33.54 -
YUV 97.35 160.53 76.4 -
System Red Green Blue C M Y K H S L
Decimal 25 123 155 0.84 0.21 0 0.39 194.77 0.72 0.35
Hex 19 7B 9B 54 15 0 27 C3 48 23
Octal 31 173 233 124 25 0 47 303 110 43
Binary 11001 1111011 10011011 1010100 10101 0 100111 11000011 1001000 100011

Color Harmonies of #197B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197B9B

Black with #197B9B

Text Example


Text Example

White with #197B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,123,155); }

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

background-color css

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

 a { background-color: rgb(25,123,155); }

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

border-color css

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

 span { border-color: rgb(25,123,155); }

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