Html Css Color HEX #195BE6 Navy Blue

📋 copy color: '#195BE6'

red 25 ◦ green 91 ◦ blue 230

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

Shades of Navy Blue #195BE6

Tints of Navy Blue #195BE6

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.3%

 BLUE value IS 230 (90.23% from 255) = 66.47%

R = 7.23%
G = 26.3%
B = 66.47%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#195BE6 (or 0x195BE6) is known color: Navy Blue. HEX triplet: 19, 5B and E6. RGB value is (25,91,230). Sum of RGB (Red+Green+Blue) = 25+91+230=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 230 (90.23% from 255 or 66.47% from 346); Max value from RGB is 230 - color contains mainly: blue. Hex color #195BE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195BE6 is #E6A419. Grayscale: #565656. Windows color (decimal): -15115290 or 15096601. OLE color: 15096601.

HSL color Cylindrical-coordinate representation of color #195BE6: hue angle of 220.68º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #195BE6 is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 25 91 230 -
CMYK 0.89 0.60 0 0.10
HSL 220.68º 0.8% 0.5% -
HSV(B) 220.68º 0.89% 0.9% -
XYZ 18.42 13.4 76.48 -
YUV 87.11 208.63 83.7 -
System Red Green Blue C M Y K H S L
Decimal 25 91 230 0.89 0.60 0 0.10 220.68 0.8 0.5
Hex 19 5B E6 59 3C 0 A DD 50 32
Octal 31 133 346 131 74 0 12 335 120 62
Binary 11001 1011011 11100110 1011001 111100 0 1010 11011101 1010000 110010

Color Harmonies of #195BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195BE6

Black with #195BE6

Text Example


Text Example

White with #195BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,91,230); }

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

background-color css

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

 a { background-color: rgb(25,91,230); }

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

border-color css

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

 span { border-color: rgb(25,91,230); }

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