Html Css Color HEX #195CE6 Navy Blue

📋 copy color: '#195CE6'

red 25 ◦ green 92 ◦ blue 230

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

Shades of Navy Blue #195CE6

Tints of Navy Blue #195CE6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.51%

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

R = 7.2%
G = 26.51%
B = 66.28%

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

#195CE6 (or 0x195CE6) is known color: Navy Blue. HEX triplet: 19, 5C and E6. RGB value is (25,92,230). Sum of RGB (Red+Green+Blue) = 25+92+230=347 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.20% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 230 (90.23% from 255 or 66.28% from 347); Max value from RGB is 230 - color contains mainly: blue. Hex color #195CE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195CE6 is #E6A319. Grayscale: #575757. Windows color (decimal): -15115034 or 15096857. OLE color: 15096857.

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

Color convert

RGB 25 92 230 -
CMYK 0.89 0.60 0 0.10
HSL 220.39º 0.8% 0.5% -
HSV(B) 220.39º 0.89% 0.9% -
XYZ 18.51 13.57 76.51 -
YUV 87.7 208.3 83.28 -
System Red Green Blue C M Y K H S L
Decimal 25 92 230 0.89 0.60 0 0.10 220.39 0.8 0.5
Hex 19 5C E6 59 3C 0 A DC 50 32
Octal 31 134 346 131 74 0 12 334 120 62
Binary 11001 1011100 11100110 1011001 111100 0 1010 11011100 1010000 110010

Color Harmonies of #195CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195CE6

Black with #195CE6

Text Example


Text Example

White with #195CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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