Html Css Color HEX #195293 Endeavour

📋 copy color: '#195293'

red 25 ◦ green 82 ◦ blue 147

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

Shades of Endeavour #195293

Tints of Endeavour #195293

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.28%

 BLUE value IS 147 (57.81% from 255) = 57.87%

R = 9.84%
G = 32.28%
B = 57.87%

CMYK

 C value IS 0.83

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#195293 (or 0x195293) is known color: Endeavour. HEX triplet: 19, 52 and 93. RGB value is (25,82,147). Sum of RGB (Red+Green+Blue) = 25+82+147=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 147 (57.81% from 255 or 57.87% from 254); Max value from RGB is 147 - color contains mainly: blue. Hex color #195293 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195293 is #E6AD6C. Grayscale: #484848. Windows color (decimal): -15117677 or 9654809. OLE color: 9654809.

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

Color convert

RGB 25 82 147 -
CMYK 0.83 0.44 0 0.42
HSL 211.97º 0.71% 0.34% -
HSV(B) 211.97º 0.83% 0.58% -
XYZ 8.68 8.35 28.76 -
YUV 72.37 170.12 94.21 -
System Red Green Blue C M Y K H S L
Decimal 25 82 147 0.83 0.44 0 0.42 211.97 0.71 0.34
Hex 19 52 93 53 2C 0 2A D4 47 22
Octal 31 122 223 123 54 0 52 324 107 42
Binary 11001 1010010 10010011 1010011 101100 0 101010 11010100 1000111 100010

Color Harmonies of #195293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195293

Black with #195293

Text Example


Text Example

White with #195293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195293; }

 p { color: rgb(25,82,147); }

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

background-color css

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

 a { background-color: rgb(25,82,147); }

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

border-color css

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

 span { border-color: rgb(25,82,147); }

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