Html Css Color HEX #197BDE Navy Blue

📋 copy color: '#197BDE'

red 25 ◦ green 123 ◦ blue 222

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

Shades of Navy Blue #197BDE

Tints of Navy Blue #197BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 60%

R = 6.76%
G = 33.24%
B = 60%

CMYK

 C value IS 0.89

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#197BDE (or 0x197BDE) is known color: Navy Blue. HEX triplet: 19, 7B and DE. RGB value is (25,123,222). Sum of RGB (Red+Green+Blue) = 25+123+222=370 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.76% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #197BDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197BDE is #E68421. Grayscale: #686868. Windows color (decimal): -15107106 or 14580505. OLE color: 14580505.

HSL color Cylindrical-coordinate representation of color #197BDE: hue angle of 210.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #197BDE is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 123 222 -
CMYK 0.89 0.45 0 0.13
HSL 210.15º 0.8% 0.48% -
HSV(B) 210.15º 0.89% 0.87% -
XYZ 20.67 19.65 71.81 -
YUV 104.98 194.03 70.95 -
System Red Green Blue C M Y K H S L
Decimal 25 123 222 0.89 0.45 0 0.13 210.15 0.8 0.48
Hex 19 7B DE 59 2D 0 D D2 50 30
Octal 31 173 336 131 55 0 15 322 120 60
Binary 11001 1111011 11011110 1011001 101101 0 1101 11010010 1010000 110000

Color Harmonies of #197BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197BDE

Black with #197BDE

Text Example


Text Example

White with #197BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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