Html Css Color HEX #197DCE Navy Blue

📋 copy color: '#197DCE'

red 25 ◦ green 125 ◦ blue 206

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

Shades of Navy Blue #197DCE

Tints of Navy Blue #197DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.87%

R = 7.02%
G = 35.11%
B = 57.87%

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

#197DCE (or 0x197DCE) is known color: Navy Blue. HEX triplet: 19, 7D and CE. RGB value is (25,125,206). Sum of RGB (Red+Green+Blue) = 25+125+206=356 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.02% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #197DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197DCE is #E68231. Grayscale: #676767. Windows color (decimal): -15106610 or 13532441. OLE color: 13532441.

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

Color convert

RGB 25 125 206 -
CMYK 0.88 0.39 0 0.19
HSL 206.85º 0.78% 0.45% -
HSV(B) 206.85º 0.88% 0.81% -
XYZ 18.88 19.33 61.13 -
YUV 104.33 185.37 71.41 -
System Red Green Blue C M Y K H S L
Decimal 25 125 206 0.88 0.39 0 0.19 206.85 0.78 0.45
Hex 19 7D CE 58 27 0 13 CF 4E 2D
Octal 31 175 316 130 47 0 23 317 116 55
Binary 11001 1111101 11001110 1011000 100111 0 10011 11001111 1001110 101101

Color Harmonies of #197DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197DCE

Black with #197DCE

Text Example


Text Example

White with #197DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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