Html Css Color HEX #195FDF Navy Blue

📋 copy color: '#195FDF'

red 25 ◦ green 95 ◦ blue 223

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

Shades of Navy Blue #195FDF

Tints of Navy Blue #195FDF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.7%

 BLUE value IS 223 (87.5% from 255) = 65.01%

R = 7.29%
G = 27.7%
B = 65.01%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#195FDF (or 0x195FDF) is known color: Navy Blue. HEX triplet: 19, 5F and DF. RGB value is (25,95,223). Sum of RGB (Red+Green+Blue) = 25+95+223=343 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.29% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #195FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195FDF is #E6A020. Grayscale: #585858. Windows color (decimal): -15114273 or 14638873. OLE color: 14638873.

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

Color convert

RGB 25 95 223 -
CMYK 0.89 0.57 0 0.13
HSL 218.79º 0.8% 0.49% -
HSV(B) 218.79º 0.89% 0.87% -
XYZ 17.81 13.72 71.52 -
YUV 88.66 203.81 82.59 -
System Red Green Blue C M Y K H S L
Decimal 25 95 223 0.89 0.57 0 0.13 218.79 0.8 0.49
Hex 19 5F DF 59 39 0 D DB 50 31
Octal 31 137 337 131 71 0 15 333 120 61
Binary 11001 1011111 11011111 1011001 111001 0 1101 11011011 1010000 110001

Color Harmonies of #195FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195FDF

Black with #195FDF

Text Example


Text Example

White with #195FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195FDF; }

 p { color: rgb(25,95,223); }

 H1.HeaderClassName
 {
   color: #195FDF;
 }
 .AnyTagClassName
 {
   color: #195FDF;
 }
</style>

background-color css

<style>
 a { background-color: #195FDF; }

 a { background-color: rgb(25,95,223); }

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

border-color css

<style>
 span { border-color: #195FDF; }

 span { border-color: rgb(25,95,223); }

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