Html Css Color HEX #135C96 Endeavour

📋 copy color: '#135C96'

red 19 ◦ green 92 ◦ blue 150

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

Shades of Endeavour #135C96

Tints of Endeavour #135C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 57.47%

R = 7.28%
G = 35.25%
B = 57.47%

CMYK

 C value IS 0.87

 M value IS 0.39

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#135C96 (or 0x135C96) is known color: Endeavour. HEX triplet: 13, 5C and 96. RGB value is (19,92,150). Sum of RGB (Red+Green+Blue) = 19+92+150=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 150 (58.98% from 255 or 57.47% from 261); Max value from RGB is 150 - color contains mainly: blue. Hex color #135C96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135C96 is #ECA369. Grayscale: #4C4C4C. Windows color (decimal): -15508330 or 9853971. OLE color: 9853971.

HSL color Cylindrical-coordinate representation of color #135C96: hue angle of 206.56º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #135C96 is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 92 150 -
CMYK 0.87 0.39 0 0.41
HSL 206.56º 0.78% 0.33% -
HSV(B) 206.56º 0.87% 0.59% -
XYZ 9.6 9.99 30.28 -
YUV 76.79 169.32 86.78 -
System Red Green Blue C M Y K H S L
Decimal 19 92 150 0.87 0.39 0 0.41 206.56 0.78 0.33
Hex 13 5C 96 57 27 0 29 CF 4E 21
Octal 23 134 226 127 47 0 51 317 116 41
Binary 10011 1011100 10010110 1010111 100111 0 101001 11001111 1001110 100001

Color Harmonies of #135C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135C96

Black with #135C96

Text Example


Text Example

White with #135C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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