Html Css Color HEX #135092 Endeavour

📋 copy color: '#135092'

red 19 ◦ green 80 ◦ blue 146

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

Shades of Endeavour #135092

Tints of Endeavour #135092

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.65%

 BLUE value IS 146 (57.42% from 255) = 59.59%

R = 7.76%
G = 32.65%
B = 59.59%

CMYK

 C value IS 0.87

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#135092 (or 0x135092) is known color: Endeavour. HEX triplet: 13, 50 and 92. RGB value is (19,80,146). Sum of RGB (Red+Green+Blue) = 19+80+146=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 146 (57.42% from 255 or 59.59% from 245); Max value from RGB is 146 - color contains mainly: blue. Hex color #135092 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135092 is #ECAF6D. Grayscale: #444444. Windows color (decimal): -15511406 or 9588755. OLE color: 9588755.

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

Color convert

RGB 19 80 146 -
CMYK 0.87 0.45 0 0.43
HSL 211.18º 0.77% 0.32% -
HSV(B) 211.18º 0.87% 0.57% -
XYZ 8.33 7.95 28.29 -
YUV 69.29 171.29 92.13 -
System Red Green Blue C M Y K H S L
Decimal 19 80 146 0.87 0.45 0 0.43 211.18 0.77 0.32
Hex 13 50 92 57 2D 0 2B D3 4D 20
Octal 23 120 222 127 55 0 53 323 115 40
Binary 10011 1010000 10010010 1010111 101101 0 101011 11010011 1001101 100000

Color Harmonies of #135092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135092

Black with #135092

Text Example


Text Example

White with #135092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135092; }

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

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

background-color css

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

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

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

border-color css

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

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

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