Html Css Color HEX #197ACF Navy Blue

📋 copy color: '#197ACF'

red 25 ◦ green 122 ◦ blue 207

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

Shades of Navy Blue #197ACF

Tints of Navy Blue #197ACF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.46%

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

R = 7.06%
G = 34.46%
B = 58.47%

CMYK

 C value IS 0.88

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#197ACF (or 0x197ACF) is known color: Navy Blue. HEX triplet: 19, 7A and CF. RGB value is (25,122,207). Sum of RGB (Red+Green+Blue) = 25+122+207=354 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.06% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 207 (81.25% from 255 or 58.47% from 354); Max value from RGB is 207 - color contains mainly: blue. Hex color #197ACF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197ACF is #E68530. Grayscale: #666666. Windows color (decimal): -15107377 or 13597209. OLE color: 13597209.

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

Color convert

RGB 25 122 207 -
CMYK 0.88 0.41 0 0.19
HSL 208.02º 0.78% 0.45% -
HSV(B) 208.02º 0.88% 0.81% -
XYZ 18.62 18.63 61.65 -
YUV 102.69 186.86 72.59 -
System Red Green Blue C M Y K H S L
Decimal 25 122 207 0.88 0.41 0 0.19 208.02 0.78 0.45
Hex 19 7A CF 58 29 0 13 D0 4E 2D
Octal 31 172 317 130 51 0 23 320 116 55
Binary 11001 1111010 11001111 1011000 101001 0 10011 11010000 1001110 101101

Color Harmonies of #197ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197ACF

Black with #197ACF

Text Example


Text Example

White with #197ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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