#135E94

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

Shades of Endeavour #135E94

Tints of Endeavour #135E94

Color information

#135E94 (or 0x135E94) is unknown color: approx Endeavour. HEX triplet: 13, 5E and 94. RGB value is (19,94,148). Sum of RGB (Red+Green+Blue) = 19+94+148=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 148 (58.20% from 255 or 56.70% from 261); Max value from RGB is 148 - color contains mainly: blue. Hex color #135E94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135E94 is #ECA16B. Grayscale: #4D4D4D. Windows color (decimal): -15507820 or 9723411. OLE color: 9723411.

HSL color Cylindrical-coordinate representation of color #135E94: hue angle of 205.12º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #135E94 is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1994148-
CMYK0.870.3600.42
HSL205.12º77.25%32.75%-
HSV(B)205.12º87.16%58.04%-
XYZ9.6210.2829.49-
YUV77.73167.6586.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.28%
GREEN value IS 94 (37.11% from 255) = 36.02%
BLUE value IS 148 (58.20% from 255) = 56.70%
R=7.28%
G=36.02%
B=56.70%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19941480.870.3600.42205.1277.2532.75
Hex135E94572402Acd4d21
Octal231362241274405231511541
Binary1001110111101001010010101111001000101010110011011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135E94; }

 p { color: rgb(19,94,148); }

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

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

 a { background-color: rgb(19,94,148); }

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

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

 span { border-color: rgb(19,94,148); }

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