Html Css Color HEX #135E9E Endeavour

📋 copy color: '#135E9E'

red 19 ◦ green 94 ◦ blue 158

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

Shades of Endeavour #135E9E

Tints of Endeavour #135E9E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.69%

 BLUE value IS 158 (62.11% from 255) = 58.3%

R = 7.01%
G = 34.69%
B = 58.3%

CMYK

 C value IS 0.88

 M value IS 0.41

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#135E9E (or 0x135E9E) is known color: Endeavour. HEX triplet: 13, 5E and 9E. RGB value is (19,94,158). Sum of RGB (Red+Green+Blue) = 19+94+158=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 158 (62.11% from 255 or 58.30% from 271); Max value from RGB is 158 - color contains mainly: blue. Hex color #135E9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135E9E is #ECA161. Grayscale: #4E4E4E. Windows color (decimal): -15507810 or 10378771. OLE color: 10378771.

HSL color Cylindrical-coordinate representation of color #135E9E: hue angle of 207.63º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #135E9E is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 94 158 -
CMYK 0.88 0.41 0 0.38
HSL 207.63º 0.79% 0.35% -
HSV(B) 207.63º 0.88% 0.62% -
XYZ 10.44 10.61 33.85 -
YUV 78.87 172.65 85.3 -
System Red Green Blue C M Y K H S L
Decimal 19 94 158 0.88 0.41 0 0.38 207.63 0.79 0.35
Hex 13 5E 9E 58 29 0 26 D0 4F 23
Octal 23 136 236 130 51 0 46 320 117 43
Binary 10011 1011110 10011110 1011000 101001 0 100110 11010000 1001111 100011

Color Harmonies of #135E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135E9E

Black with #135E9E

Text Example


Text Example

White with #135E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135E9E; }

 p { color: rgb(19,94,158); }

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

background-color css

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

 a { background-color: rgb(19,94,158); }

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

border-color css

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

 span { border-color: rgb(19,94,158); }

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