Html Css Color HEX #197BDD Navy Blue

📋 copy color: '#197BDD'

red 25 ◦ green 123 ◦ blue 221

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

Shades of Navy Blue #197BDD

Tints of Navy Blue #197BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.89%

R = 6.78%
G = 33.33%
B = 59.89%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#197BDD (or 0x197BDD) is known color: Navy Blue. HEX triplet: 19, 7B and DD. RGB value is (25,123,221). Sum of RGB (Red+Green+Blue) = 25+123+221=369 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.78% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #197BDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197BDD is #E68422. Grayscale: #686868. Windows color (decimal): -15107107 or 14514969. OLE color: 14514969.

HSL color Cylindrical-coordinate representation of color #197BDD: hue angle of 210º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #197BDD is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 123 221 -
CMYK 0.89 0.44 0 0.13
HSL 210º 0.8% 0.48% -
HSV(B) 210º 0.89% 0.87% -
XYZ 20.54 19.59 71.11 -
YUV 104.87 193.53 71.03 -
System Red Green Blue C M Y K H S L
Decimal 25 123 221 0.89 0.44 0 0.13 210 0.8 0.48
Hex 19 7B DD 59 2C 0 D D2 50 30
Octal 31 173 335 131 54 0 15 322 120 60
Binary 11001 1111011 11011101 1011001 101100 0 1101 11010010 1010000 110000

Color Harmonies of #197BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197BDD

Black with #197BDD

Text Example


Text Example

White with #197BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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