Html Css Color HEX #197FBB Cerulean

📋 copy color: '#197FBB'

red 25 ◦ green 127 ◦ blue 187

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

Shades of Cerulean #197FBB

Tints of Cerulean #197FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.16%

R = 7.37%
G = 37.46%
B = 55.16%

CMYK

 C value IS 0.87

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#197FBB (or 0x197FBB) is known color: Cerulean. HEX triplet: 19, 7F and BB. RGB value is (25,127,187). Sum of RGB (Red+Green+Blue) = 25+127+187=339 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.37% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #197FBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197FBB is #E68044. Grayscale: #676767. Windows color (decimal): -15106117 or 12287769. OLE color: 12287769.

HSL color Cylindrical-coordinate representation of color #197FBB: hue angle of 202.22º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #197FBB is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 127 187 -
CMYK 0.87 0.32 0 0.27
HSL 202.22º 0.76% 0.42% -
HSV(B) 202.22º 0.87% 0.73% -
XYZ 16.96 18.97 49.78 -
YUV 103.34 175.21 72.12 -
System Red Green Blue C M Y K H S L
Decimal 25 127 187 0.87 0.32 0 0.27 202.22 0.76 0.42
Hex 19 7F BB 57 20 0 1B CA 4C 2A
Octal 31 177 273 127 40 0 33 312 114 52
Binary 11001 1111111 10111011 1010111 100000 0 11011 11001010 1001100 101010

Color Harmonies of #197FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197FBB

Black with #197FBB

Text Example


Text Example

White with #197FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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