Html Css Color HEX #135698 Endeavour

📋 copy color: '#135698'

red 19 ◦ green 86 ◦ blue 152

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

Shades of Endeavour #135698

Tints of Endeavour #135698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 59.14%

R = 7.39%
G = 33.46%
B = 59.14%

CMYK

 C value IS 0.87

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#135698 (or 0x135698) is known color: Endeavour. HEX triplet: 13, 56 and 98. RGB value is (19,86,152). Sum of RGB (Red+Green+Blue) = 19+86+152=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #135698 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135698 is #ECA967. Grayscale: #494949. Windows color (decimal): -15509864 or 9983507. OLE color: 9983507.

HSL color Cylindrical-coordinate representation of color #135698: hue angle of 209.77º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #135698 is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 19 86 152 -
CMYK 0.87 0.43 0 0.40
HSL 209.77º 0.78% 0.34% -
HSV(B) 209.77º 0.88% 0.6% -
XYZ 9.26 9.06 30.97 -
YUV 73.49 172.3 89.13 -
System Red Green Blue C M Y K H S L
Decimal 19 86 152 0.87 0.43 0 0.40 209.77 0.78 0.34
Hex 13 56 98 57 2B 0 28 D2 4E 22
Octal 23 126 230 127 53 0 50 322 116 42
Binary 10011 1010110 10011000 1010111 101011 0 101000 11010010 1001110 100010

Color Harmonies of #135698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135698

Black with #135698

Text Example


Text Example

White with #135698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135698; }

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

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

background-color css

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

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

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

border-color css

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

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

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