#135098

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

Shades of Endeavour #135098

Tints of Endeavour #135098

Color information

#135098 (or 0x135098) is unknown color: approx Endeavour. HEX triplet: 13, 50 and 98. RGB value is (19,80,152). Sum of RGB (Red+Green+Blue) = 19+80+152=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 152 (59.77% from 255 or 60.56% from 251); Max value from RGB is 152 - color contains mainly: blue. Hex color #135098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135098 is #ECAF67. Grayscale: #454545. Windows color (decimal): -15511400 or 9981971. OLE color: 9981971.

HSL color Cylindrical-coordinate representation of color #135098: hue angle of 212.48º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #135098 is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1980152-
CMYK0.870.4700.40
HSL212.48º77.78%33.53%-
HSV(B)212.48º87.5%59.61%-
XYZ8.88.1430.81-
YUV69.97174.2991.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.57%
GREEN value IS 80 (31.64% from 255) = 31.87%
BLUE value IS 152 (59.77% from 255) = 60.56%
R=7.57%
G=31.87%
B=60.56%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal19801520.870.4700.40212.4877.7833.53
Hex135098572F028d44e22
Octal231202301275705032411642
Binary1001110100001001100010101111011110101000110101001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135098; }

 p { color: rgb(19,80,152); }

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

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

 a { background-color: rgb(19,80,152); }

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

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

 span { border-color: rgb(19,80,152); }

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