Html Css Color HEX #195EEA Navy Blue

📋 copy color: '#195EEA'

red 25 ◦ green 94 ◦ blue 234

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

Shades of Navy Blue #195EEA

Tints of Navy Blue #195EEA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.63%

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

R = 7.08%
G = 26.63%
B = 66.29%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#195EEA (or 0x195EEA) is known color: Navy Blue. HEX triplet: 19, 5E and EA. RGB value is (25,94,234). Sum of RGB (Red+Green+Blue) = 25+94+234=353 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.08% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 234 (91.80% from 255 or 66.29% from 353); Max value from RGB is 234 - color contains mainly: blue. Hex color #195EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195EEA is #E6A115. Grayscale: #585858. Windows color (decimal): -15114518 or 15359513. OLE color: 15359513.

HSL color Cylindrical-coordinate representation of color #195EEA: hue angle of 220.19º 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 #195EEA is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 94 234 -
CMYK 0.89 0.60 0 0.08
HSL 220.19º 0.83% 0.51% -
HSV(B) 220.19º 0.89% 0.92% -
XYZ 19.25 14.15 79.56 -
YUV 89.33 209.64 82.12 -
System Red Green Blue C M Y K H S L
Decimal 25 94 234 0.89 0.60 0 0.08 220.19 0.83 0.51
Hex 19 5E EA 59 3C 0 8 DC 53 33
Octal 31 136 352 131 74 0 10 334 123 63
Binary 11001 1011110 11101010 1011001 111100 0 1000 11011100 1010011 110011

Color Harmonies of #195EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195EEA

Black with #195EEA

Text Example


Text Example

White with #195EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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