Html Css Color HEX #195CE0 Navy Blue

📋 copy color: '#195CE0'

red 25 ◦ green 92 ◦ blue 224

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

Shades of Navy Blue #195CE0

Tints of Navy Blue #195CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 65.69%

R = 7.33%
G = 26.98%
B = 65.69%

CMYK

 C value IS 0.89

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#195CE0 (or 0x195CE0) is known color: Navy Blue. HEX triplet: 19, 5C and E0. RGB value is (25,92,224). Sum of RGB (Red+Green+Blue) = 25+92+224=341 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.33% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 224 (87.89% from 255 or 65.69% from 341); Max value from RGB is 224 - color contains mainly: blue. Hex color #195CE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195CE0 is #E6A31F. Grayscale: #565656. Windows color (decimal): -15115040 or 14703641. OLE color: 14703641.

HSL color Cylindrical-coordinate representation of color #195CE0: hue angle of 219.8º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #195CE0 is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 25 92 224 -
CMYK 0.89 0.59 0 0.12
HSL 219.8º 0.8% 0.49% -
HSV(B) 219.8º 0.89% 0.88% -
XYZ 17.68 13.24 72.15 -
YUV 87.02 205.3 83.77 -
System Red Green Blue C M Y K H S L
Decimal 25 92 224 0.89 0.59 0 0.12 219.8 0.8 0.49
Hex 19 5C E0 59 3B 0 C DC 50 31
Octal 31 134 340 131 73 0 14 334 120 61
Binary 11001 1011100 11100000 1011001 111011 0 1100 11011100 1010000 110001

Color Harmonies of #195CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195CE0

Black with #195CE0

Text Example


Text Example

White with #195CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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