Html Css Color HEX #135694 Endeavour

📋 copy color: '#135694'

red 19 ◦ green 86 ◦ blue 148

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

Shades of Endeavour #135694

Tints of Endeavour #135694

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.99%

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

R = 7.51%
G = 33.99%
B = 58.5%

CMYK

 C value IS 0.87

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#135694 (or 0x135694) is known color: Endeavour. HEX triplet: 13, 56 and 94. RGB value is (19,86,148). Sum of RGB (Red+Green+Blue) = 19+86+148=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #135694 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135694 is #ECA96B. Grayscale: #484848. Windows color (decimal): -15509868 or 9721363. OLE color: 9721363.

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

Color convert

RGB 19 86 148 -
CMYK 0.87 0.42 0 0.42
HSL 208.84º 0.77% 0.33% -
HSV(B) 208.84º 0.87% 0.58% -
XYZ 8.94 8.93 29.27 -
YUV 73.04 170.3 89.46 -
System Red Green Blue C M Y K H S L
Decimal 19 86 148 0.87 0.42 0 0.42 208.84 0.77 0.33
Hex 13 56 94 57 2A 0 2A D1 4D 21
Octal 23 126 224 127 52 0 52 321 115 41
Binary 10011 1010110 10010100 1010111 101010 0 101010 11010001 1001101 100001

Color Harmonies of #135694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135694

Black with #135694

Text Example


Text Example

White with #135694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135694; }

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

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

background-color css

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

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

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

border-color css

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

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

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