Html Css Color HEX #197FBA Cerulean

📋 copy color: '#197FBA'

red 25 ◦ green 127 ◦ blue 186

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

Shades of Cerulean #197FBA

Tints of Cerulean #197FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 55.03%

R = 7.4%
G = 37.57%
B = 55.03%

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

#197FBA (or 0x197FBA) is known color: Cerulean. HEX triplet: 19, 7F and BA. RGB value is (25,127,186). Sum of RGB (Red+Green+Blue) = 25+127+186=338 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.40% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #197FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197FBA is #E68045. Grayscale: #666666. Windows color (decimal): -15106118 or 12222233. OLE color: 12222233.

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

Color convert

RGB 25 127 186 -
CMYK 0.87 0.32 0 0.27
HSL 201.99º 0.76% 0.41% -
HSV(B) 201.99º 0.87% 0.73% -
XYZ 16.85 18.93 49.22 -
YUV 103.23 174.71 72.2 -
System Red Green Blue C M Y K H S L
Decimal 25 127 186 0.87 0.32 0 0.27 201.99 0.76 0.41
Hex 19 7F BA 57 20 0 1B CA 4C 29
Octal 31 177 272 127 40 0 33 312 114 51
Binary 11001 1111111 10111010 1010111 100000 0 11011 11001010 1001100 101001

Color Harmonies of #197FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197FBA

Black with #197FBA

Text Example


Text Example

White with #197FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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