Html Css Color HEX #195CE9 Navy Blue

📋 copy color: '#195CE9'

red 25 ◦ green 92 ◦ blue 233

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

Shades of Navy Blue #195CE9

Tints of Navy Blue #195CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 66.57%

R = 7.14%
G = 26.29%
B = 66.57%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#195CE9 (or 0x195CE9) is known color: Navy Blue. HEX triplet: 19, 5C and E9. RGB value is (25,92,233). Sum of RGB (Red+Green+Blue) = 25+92+233=350 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.14% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 233 (91.41% from 255 or 66.57% from 350); Max value from RGB is 233 - color contains mainly: blue. Hex color #195CE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195CE9 is #E6A316. Grayscale: #575757. Windows color (decimal): -15115031 or 15293465. OLE color: 15293465.

HSL color Cylindrical-coordinate representation of color #195CE9: hue angle of 220.67º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #195CE9 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 25 92 233 -
CMYK 0.89 0.61 0 0.09
HSL 220.67º 0.83% 0.51% -
HSV(B) 220.67º 0.89% 0.91% -
XYZ 18.94 13.74 78.75 -
YUV 88.04 209.8 83.04 -
System Red Green Blue C M Y K H S L
Decimal 25 92 233 0.89 0.61 0 0.09 220.67 0.83 0.51
Hex 19 5C E9 59 3D 0 9 DD 53 33
Octal 31 134 351 131 75 0 11 335 123 63
Binary 11001 1011100 11101001 1011001 111101 0 1001 11011101 1010011 110011

Color Harmonies of #195CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195CE9

Black with #195CE9

Text Example


Text Example

White with #195CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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