Html Css Color HEX #135C9F Endeavour

📋 copy color: '#135C9F'

red 19 ◦ green 92 ◦ blue 159

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

Shades of Endeavour #135C9F

Tints of Endeavour #135C9F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.07%

 BLUE value IS 159 (62.5% from 255) = 58.89%

R = 7.04%
G = 34.07%
B = 58.89%

CMYK

 C value IS 0.88

 M value IS 0.42

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#135C9F (or 0x135C9F) is known color: Endeavour. HEX triplet: 13, 5C and 9F. RGB value is (19,92,159). Sum of RGB (Red+Green+Blue) = 19+92+159=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #135C9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135C9F is #ECA360. Grayscale: #4D4D4D. Windows color (decimal): -15508321 or 10443795. OLE color: 10443795.

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

Color convert

RGB 19 92 159 -
CMYK 0.88 0.42 0 0.38
HSL 208.71º 0.79% 0.35% -
HSV(B) 208.71º 0.88% 0.62% -
XYZ 10.35 10.3 34.24 -
YUV 77.81 173.82 86.05 -
System Red Green Blue C M Y K H S L
Decimal 19 92 159 0.88 0.42 0 0.38 208.71 0.79 0.35
Hex 13 5C 9F 58 2A 0 26 D1 4F 23
Octal 23 134 237 130 52 0 46 321 117 43
Binary 10011 1011100 10011111 1011000 101010 0 100110 11010001 1001111 100011

Color Harmonies of #135C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135C9F

Black with #135C9F

Text Example


Text Example

White with #135C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,92,159); }

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

background-color css

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

 a { background-color: rgb(19,92,159); }

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

border-color css

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

 span { border-color: rgb(19,92,159); }

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