Html Css Color HEX #197F9F Cerulean

📋 copy color: '#197F9F'

red 25 ◦ green 127 ◦ blue 159

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

Shades of Cerulean #197F9F

Tints of Cerulean #197F9F

RGB

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

 GREEN value IS 127 (50% from 255) = 40.84%

 BLUE value IS 159 (62.5% from 255) = 51.13%

R = 8.04%
G = 40.84%
B = 51.13%

CMYK

 C value IS 0.84

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#197F9F (or 0x197F9F) is known color: Cerulean. HEX triplet: 19, 7F and 9F. RGB value is (25,127,159). Sum of RGB (Red+Green+Blue) = 25+127+159=311 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.04% from 311); Green value is 127 (50% from 255 or 40.84% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #197F9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197F9F is #E68060. Grayscale: #636363. Windows color (decimal): -15106145 or 10452761. OLE color: 10452761.

HSL color Cylindrical-coordinate representation of color #197F9F: hue angle of 194.33º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #197F9F is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 127 159 -
CMYK 0.84 0.20 0 0.38
HSL 194.33º 0.73% 0.36% -
HSV(B) 194.33º 0.84% 0.62% -
XYZ 14.25 17.89 35.5 -
YUV 100.15 161.21 74.4 -
System Red Green Blue C M Y K H S L
Decimal 25 127 159 0.84 0.20 0 0.38 194.33 0.73 0.36
Hex 19 7F 9F 54 14 0 26 C2 49 24
Octal 31 177 237 124 24 0 46 302 111 44
Binary 11001 1111111 10011111 1010100 10100 0 100110 11000010 1001001 100100

Color Harmonies of #197F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197F9F

Black with #197F9F

Text Example


Text Example

White with #197F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,127,159); }

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

background-color css

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

 a { background-color: rgb(25,127,159); }

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

border-color css

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

 span { border-color: rgb(25,127,159); }

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