Html Css Color HEX #197FCF Navy Blue

📋 copy color: '#197FCF'

red 25 ◦ green 127 ◦ blue 207

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

Shades of Navy Blue #197FCF

Tints of Navy Blue #197FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 57.66%

R = 6.96%
G = 35.38%
B = 57.66%

CMYK

 C value IS 0.88

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#197FCF (or 0x197FCF) is known color: Navy Blue. HEX triplet: 19, 7F and CF. RGB value is (25,127,207). Sum of RGB (Red+Green+Blue) = 25+127+207=359 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.96% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 207 (81.25% from 255 or 57.66% from 359); Max value from RGB is 207 - color contains mainly: blue. Hex color #197FCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197FCF is #E68030. Grayscale: #696969. Windows color (decimal): -15106097 or 13598489. OLE color: 13598489.

HSL color Cylindrical-coordinate representation of color #197FCF: hue angle of 206.37º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #197FCF is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 25 127 207 -
CMYK 0.88 0.39 0 0.19
HSL 206.37º 0.78% 0.45% -
HSV(B) 206.37º 0.88% 0.81% -
XYZ 19.25 19.89 61.86 -
YUV 105.62 185.21 70.5 -
System Red Green Blue C M Y K H S L
Decimal 25 127 207 0.88 0.39 0 0.19 206.37 0.78 0.45
Hex 19 7F CF 58 27 0 13 CE 4E 2D
Octal 31 177 317 130 47 0 23 316 116 55
Binary 11001 1111111 11001111 1011000 100111 0 10011 11001110 1001110 101101

Color Harmonies of #197FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197FCF

Black with #197FCF

Text Example


Text Example

White with #197FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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