Html Css Color HEX #135490 Endeavour

📋 copy color: '#135490'

red 19 ◦ green 84 ◦ blue 144

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

Shades of Endeavour #135490

Tints of Endeavour #135490

RGB

 RED value IS 19 (7.81% from 255) = 7.69%

 GREEN value IS 84 (33.2% from 255) = 34.01%

 BLUE value IS 144 (56.64% from 255) = 58.3%

R = 7.69%
G = 34.01%
B = 58.3%

CMYK

 C value IS 0.87

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#135490 (or 0x135490) is known color: Endeavour. HEX triplet: 13, 54 and 90. RGB value is (19,84,144). Sum of RGB (Red+Green+Blue) = 19+84+144=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #135490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135490 is #ECAB6F. Grayscale: #474747. Windows color (decimal): -15510384 or 9458707. OLE color: 9458707.

HSL color Cylindrical-coordinate representation of color #135490: hue angle of 208.8º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #135490 is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 84 144 -
CMYK 0.87 0.42 0 0.44
HSL 208.8º 0.77% 0.32% -
HSV(B) 208.8º 0.87% 0.56% -
XYZ 8.47 8.49 27.58 -
YUV 71.41 168.97 90.62 -
System Red Green Blue C M Y K H S L
Decimal 19 84 144 0.87 0.42 0 0.44 208.8 0.77 0.32
Hex 13 54 90 57 2A 0 2C D1 4D 20
Octal 23 124 220 127 52 0 54 321 115 40
Binary 10011 1010100 10010000 1010111 101010 0 101100 11010001 1001101 100000

Color Harmonies of #135490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135490

Black with #135490

Text Example


Text Example

White with #135490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135490; }

 p { color: rgb(19,84,144); }

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

background-color css

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

 a { background-color: rgb(19,84,144); }

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

border-color css

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

 span { border-color: rgb(19,84,144); }

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