Html Css Color HEX #195CE4 Navy Blue

📋 copy color: '#195CE4'

red 25 ◦ green 92 ◦ blue 228

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

Shades of Navy Blue #195CE4

Tints of Navy Blue #195CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 66.09%

R = 7.25%
G = 26.67%
B = 66.09%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#195CE4 (or 0x195CE4) is known color: Navy Blue. HEX triplet: 19, 5C and E4. RGB value is (25,92,228). Sum of RGB (Red+Green+Blue) = 25+92+228=345 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.25% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 228 (89.45% from 255 or 66.09% from 345); Max value from RGB is 228 - color contains mainly: blue. Hex color #195CE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195CE4 is #E6A31B. Grayscale: #565656. Windows color (decimal): -15115036 or 14965785. OLE color: 14965785.

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

Color convert

RGB 25 92 228 -
CMYK 0.89 0.60 0 0.11
HSL 220.2º 0.8% 0.5% -
HSV(B) 220.2º 0.89% 0.89% -
XYZ 18.23 13.46 75.04 -
YUV 87.47 207.3 83.44 -
System Red Green Blue C M Y K H S L
Decimal 25 92 228 0.89 0.60 0 0.11 220.2 0.8 0.5
Hex 19 5C E4 59 3C 0 B DC 50 32
Octal 31 134 344 131 74 0 13 334 120 62
Binary 11001 1011100 11100100 1011001 111100 0 1011 11011100 1010000 110010

Color Harmonies of #195CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195CE4

Black with #195CE4

Text Example


Text Example

White with #195CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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