Html Css Color HEX #195FE9 Navy Blue

📋 copy color: '#195FE9'

red 25 ◦ green 95 ◦ blue 233

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

Shades of Navy Blue #195FE9

Tints of Navy Blue #195FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 66.01%

R = 7.08%
G = 26.91%
B = 66.01%

CMYK

 C value IS 0.89

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#195FE9 (or 0x195FE9) is known color: Navy Blue. HEX triplet: 19, 5F and E9. RGB value is (25,95,233). Sum of RGB (Red+Green+Blue) = 25+95+233=353 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.08% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 233 (91.41% from 255 or 66.01% from 353); Max value from RGB is 233 - color contains mainly: blue. Hex color #195FE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195FE9 is #E6A016. Grayscale: #595959. Windows color (decimal): -15114263 or 15294233. OLE color: 15294233.

HSL color Cylindrical-coordinate representation of color #195FE9: hue angle of 219.81º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #195FE9 is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 25 95 233 -
CMYK 0.89 0.59 0 0.09
HSL 219.81º 0.83% 0.51% -
HSV(B) 219.81º 0.89% 0.91% -
XYZ 19.2 14.27 78.83 -
YUV 89.8 208.81 81.78 -
System Red Green Blue C M Y K H S L
Decimal 25 95 233 0.89 0.59 0 0.09 219.81 0.83 0.51
Hex 19 5F E9 59 3B 0 9 DC 53 33
Octal 31 137 351 131 73 0 11 334 123 63
Binary 11001 1011111 11101001 1011001 111011 0 1001 11011100 1010011 110011

Color Harmonies of #195FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195FE9

Black with #195FE9

Text Example


Text Example

White with #195FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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