Html Css Color HEX #197BD1 Navy Blue

📋 copy color: '#197BD1'

red 25 ◦ green 123 ◦ blue 209

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

Shades of Navy Blue #197BD1

Tints of Navy Blue #197BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 58.54%

R = 7%
G = 34.45%
B = 58.54%

CMYK

 C value IS 0.88

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#197BD1 (or 0x197BD1) is known color: Navy Blue. HEX triplet: 19, 7B and D1. RGB value is (25,123,209). Sum of RGB (Red+Green+Blue) = 25+123+209=357 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.00% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 209 (82.03% from 255 or 58.54% from 357); Max value from RGB is 209 - color contains mainly: blue. Hex color #197BD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197BD1 is #E6842E. Grayscale: #676767. Windows color (decimal): -15107119 or 13728537. OLE color: 13728537.

HSL color Cylindrical-coordinate representation of color #197BD1: hue angle of 208.04º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #197BD1 is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 25 123 209 -
CMYK 0.88 0.41 0 0.18
HSL 208.04º 0.79% 0.46% -
HSV(B) 208.04º 0.88% 0.82% -
XYZ 18.99 18.98 62.98 -
YUV 103.5 187.53 72.01 -
System Red Green Blue C M Y K H S L
Decimal 25 123 209 0.88 0.41 0 0.18 208.04 0.79 0.46
Hex 19 7B D1 58 29 0 12 D0 4F 2E
Octal 31 173 321 130 51 0 22 320 117 56
Binary 11001 1111011 11010001 1011000 101001 0 10010 11010000 1001111 101110

Color Harmonies of #197BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197BD1

Black with #197BD1

Text Example


Text Example

White with #197BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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