Html Css Color HEX #135294 Endeavour

📋 copy color: '#135294'

red 19 ◦ green 82 ◦ blue 148

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

Shades of Endeavour #135294

Tints of Endeavour #135294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 59.44%

R = 7.63%
G = 32.93%
B = 59.44%

CMYK

 C value IS 0.87

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#135294 (or 0x135294) is known color: Endeavour. HEX triplet: 13, 52 and 94. RGB value is (19,82,148). Sum of RGB (Red+Green+Blue) = 19+82+148=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 148 (58.20% from 255 or 59.44% from 249); Max value from RGB is 148 - color contains mainly: blue. Hex color #135294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135294 is #ECAD6B. Grayscale: #464646. Windows color (decimal): -15510892 or 9720339. OLE color: 9720339.

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

Color convert

RGB 19 82 148 -
CMYK 0.87 0.45 0 0.42
HSL 210.7º 0.77% 0.33% -
HSV(B) 210.7º 0.87% 0.58% -
XYZ 8.63 8.31 29.17 -
YUV 70.69 171.63 91.13 -
System Red Green Blue C M Y K H S L
Decimal 19 82 148 0.87 0.45 0 0.42 210.7 0.77 0.33
Hex 13 52 94 57 2D 0 2A D3 4D 21
Octal 23 122 224 127 55 0 52 323 115 41
Binary 10011 1010010 10010100 1010111 101101 0 101010 11010011 1001101 100001

Color Harmonies of #135294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135294

Black with #135294

Text Example


Text Example

White with #135294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135294; }

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

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

background-color css

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

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

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

border-color css

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

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

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