Html Css Color HEX #135290 Endeavour

📋 copy color: '#135290'

red 19 ◦ green 82 ◦ blue 144

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

Shades of Endeavour #135290

Tints of Endeavour #135290

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.47%

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

R = 7.76%
G = 33.47%
B = 58.78%

CMYK

 C value IS 0.87

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#135290 (or 0x135290) is known color: Endeavour. HEX triplet: 13, 52 and 90. RGB value is (19,82,144). Sum of RGB (Red+Green+Blue) = 19+82+144=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #135290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135290 is #ECAD6F. Grayscale: #454545. Windows color (decimal): -15510896 or 9458195. OLE color: 9458195.

HSL color Cylindrical-coordinate representation of color #135290: hue angle of 209.76º 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 #135290 is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 82 144 -
CMYK 0.87 0.43 0 0.44
HSL 209.76º 0.77% 0.32% -
HSV(B) 209.76º 0.87% 0.56% -
XYZ 8.32 8.19 27.53 -
YUV 70.23 169.63 91.46 -
System Red Green Blue C M Y K H S L
Decimal 19 82 144 0.87 0.43 0 0.44 209.76 0.77 0.32
Hex 13 52 90 57 2B 0 2C D2 4D 20
Octal 23 122 220 127 53 0 54 322 115 40
Binary 10011 1010010 10010000 1010111 101011 0 101100 11010010 1001101 100000

Color Harmonies of #135290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135290

Black with #135290

Text Example


Text Example

White with #135290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135290; }

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

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

background-color css

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

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

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

border-color css

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

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

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