Html Css Color HEX #195397 Endeavour

📋 copy color: '#195397'

red 25 ◦ green 83 ◦ blue 151

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

Shades of Endeavour #195397

Tints of Endeavour #195397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 58.3%

R = 9.65%
G = 32.05%
B = 58.3%

CMYK

 C value IS 0.83

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#195397 (or 0x195397) is known color: Endeavour. HEX triplet: 19, 53 and 97. RGB value is (25,83,151). Sum of RGB (Red+Green+Blue) = 25+83+151=259 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.65% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 151 (59.38% from 255 or 58.30% from 259); Max value from RGB is 151 - color contains mainly: blue. Hex color #195397 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195397 is #E6AC68. Grayscale: #494949. Windows color (decimal): -15117417 or 9917209. OLE color: 9917209.

HSL color Cylindrical-coordinate representation of color #195397: hue angle of 212.38º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #195397 is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 25 83 151 -
CMYK 0.83 0.45 0 0.41
HSL 212.38º 0.72% 0.35% -
HSV(B) 212.38º 0.83% 0.59% -
XYZ 9.08 8.63 30.46 -
YUV 73.41 171.78 93.47 -
System Red Green Blue C M Y K H S L
Decimal 25 83 151 0.83 0.45 0 0.41 212.38 0.72 0.35
Hex 19 53 97 53 2D 0 29 D4 48 23
Octal 31 123 227 123 55 0 51 324 110 43
Binary 11001 1010011 10010111 1010011 101101 0 101001 11010100 1001000 100011

Color Harmonies of #195397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195397

Black with #195397

Text Example


Text Example

White with #195397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195397; }

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

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

background-color css

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

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

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

border-color css

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

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

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