Html Css Color HEX #197DD0 Navy Blue

📋 copy color: '#197DD0'

red 25 ◦ green 125 ◦ blue 208

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

Shades of Navy Blue #197DD0

Tints of Navy Blue #197DD0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.92%

 BLUE value IS 208 (81.64% from 255) = 58.1%

R = 6.98%
G = 34.92%
B = 58.1%

CMYK

 C value IS 0.88

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#197DD0 (or 0x197DD0) is known color: Navy Blue. HEX triplet: 19, 7D and D0. RGB value is (25,125,208). Sum of RGB (Red+Green+Blue) = 25+125+208=358 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.98% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 208 (81.64% from 255 or 58.10% from 358); Max value from RGB is 208 - color contains mainly: blue. Hex color #197DD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197DD0 is #E6822F. Grayscale: #686868. Windows color (decimal): -15106608 or 13663513. OLE color: 13663513.

HSL color Cylindrical-coordinate representation of color #197DD0: hue angle of 207.21º 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 #197DD0 is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 25 125 208 -
CMYK 0.88 0.40 0 0.18
HSL 207.21º 0.79% 0.46% -
HSV(B) 207.21º 0.88% 0.82% -
XYZ 19.12 19.43 62.42 -
YUV 104.56 186.37 71.25 -
System Red Green Blue C M Y K H S L
Decimal 25 125 208 0.88 0.40 0 0.18 207.21 0.79 0.46
Hex 19 7D D0 58 28 0 12 CF 4F 2E
Octal 31 175 320 130 50 0 22 317 117 56
Binary 11001 1111101 11010000 1011000 101000 0 10010 11001111 1001111 101110

Color Harmonies of #197DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197DD0

Black with #197DD0

Text Example


Text Example

White with #197DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,125,208); }

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

background-color css

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

 a { background-color: rgb(25,125,208); }

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

border-color css

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

 span { border-color: rgb(25,125,208); }

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