#134e97

Color #134E97 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #134E97

Tints of Endeavour #134E97

Color information

#134E97 (or 0x134E97) is unknown color: approx Endeavour. HEX triplet: 13, 4E and 97. RGB value is (19,78,151). Sum of RGB (Red+Green+Blue) = 19+78+151=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 151 (59.38% from 255 or 60.89% from 248); Max value from RGB is 151 - color contains mainly: blue. Hex color #134E97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134E97 is #ECB168. Grayscale: #444444. Windows color (decimal): -15511913 or 9915923. OLE color: 9915923.

HSL color Cylindrical-coordinate representation of color #134E97: hue angle of 213.18º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #134E97 is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1978151-
CMYK0.870.4800.41
HSL213.18º77.65%33.33%-
HSV(B)213.18º87.42%59.22%-
XYZ8.587.8230.34-
YUV68.68174.4592.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.66%
GREEN value IS 78 (30.86% from 255) = 31.45%
BLUE value IS 151 (59.38% from 255) = 60.89%
R=7.66%
G=31.45%
B=60.89%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal19781510.870.4800.41213.1877.6533.33
Hex134E975730029d54e21
Octal231162271276005132511641
Binary1001110011101001011110101111100000101001110101011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134e97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134e97; }

 p { color: rgb(19,78,151); }

 H1.HeaderClassName
 {
   color: #134e97;
 }
 .AnyTagClassName
 {
   color: #134e97;
 }
</style>
background-color css

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

 a { background-color: rgb(19,78,151); }

 div.DivClassName
 {
   background-color: #134e97;
 }
 .BgClassName
 {
   background-color: #134e97;
 }
</style>
border-color css

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

 span { border-color: rgb(19,78,151); }

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