Html Css Color HEX #197FD5 Navy Blue

📋 copy color: '#197FD5'

red 25 ◦ green 127 ◦ blue 213

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

Shades of Navy Blue #197FD5

Tints of Navy Blue #197FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 58.36%

R = 6.85%
G = 34.79%
B = 58.36%

CMYK

 C value IS 0.88

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#197FD5 (or 0x197FD5) is known color: Navy Blue. HEX triplet: 19, 7F and D5. RGB value is (25,127,213). Sum of RGB (Red+Green+Blue) = 25+127+213=365 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.85% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 213 (83.59% from 255 or 58.36% from 365); Max value from RGB is 213 - color contains mainly: blue. Hex color #197FD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197FD5 is #E6802A. Grayscale: #696969. Windows color (decimal): -15106091 or 13991705. OLE color: 13991705.

HSL color Cylindrical-coordinate representation of color #197FD5: hue angle of 207.45º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #197FD5 is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 25 127 213 -
CMYK 0.88 0.40 0 0.16
HSL 207.45º 0.79% 0.47% -
HSV(B) 207.45º 0.88% 0.84% -
XYZ 20 20.19 65.79 -
YUV 106.31 188.21 70.01 -
System Red Green Blue C M Y K H S L
Decimal 25 127 213 0.88 0.40 0 0.16 207.45 0.79 0.47
Hex 19 7F D5 58 28 0 10 CF 4F 2F
Octal 31 177 325 130 50 0 20 317 117 57
Binary 11001 1111111 11010101 1011000 101000 0 10000 11001111 1001111 101111

Color Harmonies of #197FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197FD5

Black with #197FD5

Text Example


Text Example

White with #197FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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