Html Css Color HEX #195392 Endeavour

📋 copy color: '#195392'

red 25 ◦ green 83 ◦ blue 146

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

Shades of Endeavour #195392

Tints of Endeavour #195392

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.68%

 BLUE value IS 146 (57.42% from 255) = 57.48%

R = 9.84%
G = 32.68%
B = 57.48%

CMYK

 C value IS 0.83

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#195392 (or 0x195392) is known color: Endeavour. HEX triplet: 19, 53 and 92. RGB value is (25,83,146). Sum of RGB (Red+Green+Blue) = 25+83+146=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #195392 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195392 is #E6AC6D. Grayscale: #484848. Windows color (decimal): -15117422 or 9589529. OLE color: 9589529.

HSL color Cylindrical-coordinate representation of color #195392: hue angle of 211.24º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #195392 is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 83 146 -
CMYK 0.83 0.43 0 0.43
HSL 211.24º 0.71% 0.34% -
HSV(B) 211.24º 0.83% 0.57% -
XYZ 8.68 8.47 28.37 -
YUV 72.84 169.28 93.88 -
System Red Green Blue C M Y K H S L
Decimal 25 83 146 0.83 0.43 0 0.43 211.24 0.71 0.34
Hex 19 53 92 53 2B 0 2B D3 47 22
Octal 31 123 222 123 53 0 53 323 107 42
Binary 11001 1010011 10010010 1010011 101011 0 101011 11010011 1000111 100010

Color Harmonies of #195392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195392

Black with #195392

Text Example


Text Example

White with #195392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195392; }

 p { color: rgb(25,83,146); }

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

background-color css

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

 a { background-color: rgb(25,83,146); }

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

border-color css

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

 span { border-color: rgb(25,83,146); }

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