Html Css Color HEX #197BD2 Navy Blue

📋 copy color: '#197BD2'

red 25 ◦ green 123 ◦ blue 210

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

Shades of Navy Blue #197BD2

Tints of Navy Blue #197BD2

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.36%

 BLUE value IS 210 (82.42% from 255) = 58.66%

R = 6.98%
G = 34.36%
B = 58.66%

CMYK

 C value IS 0.88

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#197BD2 (or 0x197BD2) is known color: Navy Blue. HEX triplet: 19, 7B and D2. RGB value is (25,123,210). Sum of RGB (Red+Green+Blue) = 25+123+210=358 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.98% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 210 (82.42% from 255 or 58.66% from 358); Max value from RGB is 210 - color contains mainly: blue. Hex color #197BD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197BD2 is #E6842D. Grayscale: #676767. Windows color (decimal): -15107118 or 13794073. OLE color: 13794073.

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

Color convert

RGB 25 123 210 -
CMYK 0.88 0.41 0 0.18
HSL 208.22º 0.79% 0.46% -
HSV(B) 208.22º 0.88% 0.82% -
XYZ 19.12 19.03 63.64 -
YUV 103.62 188.03 71.93 -
System Red Green Blue C M Y K H S L
Decimal 25 123 210 0.88 0.41 0 0.18 208.22 0.79 0.46
Hex 19 7B D2 58 29 0 12 D0 4F 2E
Octal 31 173 322 130 51 0 22 320 117 56
Binary 11001 1111011 11010010 1011000 101001 0 10010 11010000 1001111 101110

Color Harmonies of #197BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197BD2

Black with #197BD2

Text Example


Text Example

White with #197BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,123,210); }

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

background-color css

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

 a { background-color: rgb(25,123,210); }

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

border-color css

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

 span { border-color: rgb(25,123,210); }

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