Html Css Color HEX #197BAF Cerulean

📋 copy color: '#197BAF'

red 25 ◦ green 123 ◦ blue 175

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

Shades of Cerulean #197BAF

Tints of Cerulean #197BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 54.18%

R = 7.74%
G = 38.08%
B = 54.18%

CMYK

 C value IS 0.86

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#197BAF (or 0x197BAF) is known color: Cerulean. HEX triplet: 19, 7B and AF. RGB value is (25,123,175). Sum of RGB (Red+Green+Blue) = 25+123+175=323 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.74% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 175 (68.75% from 255 or 54.18% from 323); Max value from RGB is 175 - color contains mainly: blue. Hex color #197BAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197BAF is #E68450. Grayscale: #636363. Windows color (decimal): -15107153 or 11500313. OLE color: 11500313.

HSL color Cylindrical-coordinate representation of color #197BAF: hue angle of 200.8º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #197BAF is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 25 123 175 -
CMYK 0.86 0.30 0 0.31
HSL 200.8º 0.75% 0.39% -
HSV(B) 200.8º 0.86% 0.69% -
XYZ 15.22 17.47 43.13 -
YUV 99.63 170.53 74.77 -
System Red Green Blue C M Y K H S L
Decimal 25 123 175 0.86 0.30 0 0.31 200.8 0.75 0.39
Hex 19 7B AF 56 1E 0 1F C9 4B 27
Octal 31 173 257 126 36 0 37 311 113 47
Binary 11001 1111011 10101111 1010110 11110 0 11111 11001001 1001011 100111

Color Harmonies of #197BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197BAF

Black with #197BAF

Text Example


Text Example

White with #197BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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