Html Css Color HEX #195FEA Navy Blue

📋 copy color: '#195FEA'

red 25 ◦ green 95 ◦ blue 234

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

Shades of Navy Blue #195FEA

Tints of Navy Blue #195FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 66.1%

R = 7.06%
G = 26.84%
B = 66.1%

CMYK

 C value IS 0.89

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#195FEA (or 0x195FEA) is known color: Navy Blue. HEX triplet: 19, 5F and EA. RGB value is (25,95,234). Sum of RGB (Red+Green+Blue) = 25+95+234=354 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.06% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 234 (91.80% from 255 or 66.10% from 354); Max value from RGB is 234 - color contains mainly: blue. Hex color #195FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195FEA is #E6A015. Grayscale: #595959. Windows color (decimal): -15114262 or 15359769. OLE color: 15359769.

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

Color convert

RGB 25 95 234 -
CMYK 0.89 0.59 0 0.08
HSL 219.9º 0.83% 0.51% -
HSV(B) 219.9º 0.89% 0.92% -
XYZ 19.34 14.33 79.59 -
YUV 89.92 209.31 81.7 -
System Red Green Blue C M Y K H S L
Decimal 25 95 234 0.89 0.59 0 0.08 219.9 0.83 0.51
Hex 19 5F EA 59 3B 0 8 DC 53 33
Octal 31 137 352 131 73 0 10 334 123 63
Binary 11001 1011111 11101010 1011001 111011 0 1000 11011100 1010011 110011

Color Harmonies of #195FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195FEA

Black with #195FEA

Text Example


Text Example

White with #195FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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