Html Css Color HEX #195EDE Navy Blue

📋 copy color: '#195EDE'

red 25 ◦ green 94 ◦ blue 222

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

Shades of Navy Blue #195EDE

Tints of Navy Blue #195EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 65.1%

R = 7.33%
G = 27.57%
B = 65.1%

CMYK

 C value IS 0.89

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#195EDE (or 0x195EDE) is known color: Navy Blue. HEX triplet: 19, 5E and DE. RGB value is (25,94,222). Sum of RGB (Red+Green+Blue) = 25+94+222=341 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.33% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 222 (87.11% from 255 or 65.10% from 341); Max value from RGB is 222 - color contains mainly: blue. Hex color #195EDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195EDE is #E6A121. Grayscale: #575757. Windows color (decimal): -15114530 or 14573081. OLE color: 14573081.

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

Color convert

RGB 25 94 222 -
CMYK 0.89 0.58 0 0.13
HSL 218.98º 0.8% 0.48% -
HSV(B) 218.98º 0.89% 0.87% -
XYZ 17.59 13.49 70.78 -
YUV 87.96 203.64 83.09 -
System Red Green Blue C M Y K H S L
Decimal 25 94 222 0.89 0.58 0 0.13 218.98 0.8 0.48
Hex 19 5E DE 59 3A 0 D DB 50 30
Octal 31 136 336 131 72 0 15 333 120 60
Binary 11001 1011110 11011110 1011001 111010 0 1101 11011011 1010000 110000

Color Harmonies of #195EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195EDE

Black with #195EDE

Text Example


Text Example

White with #195EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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