Html Css Color HEX #195EEB Navy Blue

📋 copy color: '#195EEB'

red 25 ◦ green 94 ◦ blue 235

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

Shades of Navy Blue #195EEB

Tints of Navy Blue #195EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 66.38%

R = 7.06%
G = 26.55%
B = 66.38%

CMYK

 C value IS 0.89

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#195EEB (or 0x195EEB) is known color: Navy Blue. HEX triplet: 19, 5E and EB. RGB value is (25,94,235). Sum of RGB (Red+Green+Blue) = 25+94+235=354 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.06% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 235 (92.19% from 255 or 66.38% from 354); Max value from RGB is 235 - color contains mainly: blue. Hex color #195EEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195EEB is #E6A114. Grayscale: #585858. Windows color (decimal): -15114517 or 15425049. OLE color: 15425049.

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

Color convert

RGB 25 94 235 -
CMYK 0.89 0.6 0 0.08
HSL 220.29º 0.84% 0.51% -
HSV(B) 220.29º 0.89% 0.92% -
XYZ 19.4 14.21 80.32 -
YUV 89.44 210.14 82.04 -
System Red Green Blue C M Y K H S L
Decimal 25 94 235 0.89 0.6 0 0.08 220.29 0.84 0.51
Hex 19 5E EB 59 3C 0 8 DC 54 33
Octal 31 136 353 131 74 0 10 334 124 63
Binary 11001 1011110 11101011 1011001 111100 0 1000 11011100 1010100 110011

Color Harmonies of #195EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195EEB

Black with #195EEB

Text Example


Text Example

White with #195EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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