Html Css Color HEX #135598 Endeavour

📋 copy color: '#135598'

red 19 ◦ green 85 ◦ blue 152

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

Shades of Endeavour #135598

Tints of Endeavour #135598

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.2%

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

R = 7.42%
G = 33.2%
B = 59.38%

CMYK

 C value IS 0.87

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#135598 (or 0x135598) is known color: Endeavour. HEX triplet: 13, 55 and 98. RGB value is (19,85,152). Sum of RGB (Red+Green+Blue) = 19+85+152=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 152 (59.77% from 255 or 59.38% from 256); Max value from RGB is 152 - color contains mainly: blue. Hex color #135598 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135598 is #ECAA67. Grayscale: #484848. Windows color (decimal): -15510120 or 9983251. OLE color: 9983251.

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

Color convert

RGB 19 85 152 -
CMYK 0.87 0.44 0 0.40
HSL 210.23º 0.78% 0.34% -
HSV(B) 210.23º 0.88% 0.6% -
XYZ 9.18 8.9 30.94 -
YUV 72.9 172.63 89.55 -
System Red Green Blue C M Y K H S L
Decimal 19 85 152 0.87 0.44 0 0.40 210.23 0.78 0.34
Hex 13 55 98 57 2C 0 28 D2 4E 22
Octal 23 125 230 127 54 0 50 322 116 42
Binary 10011 1010101 10011000 1010111 101100 0 101000 11010010 1001110 100010

Color Harmonies of #135598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135598

Black with #135598

Text Example


Text Example

White with #135598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135598; }

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

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

background-color css

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

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

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

border-color css

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

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

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