Html Css Color HEX #135A8F Endeavour

📋 copy color: '#135A8F'

red 19 ◦ green 90 ◦ blue 143

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

Shades of Endeavour #135A8F

Tints of Endeavour #135A8F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.71%

 BLUE value IS 143 (56.25% from 255) = 56.75%

R = 7.54%
G = 35.71%
B = 56.75%

CMYK

 C value IS 0.87

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#135A8F (or 0x135A8F) is known color: Endeavour. HEX triplet: 13, 5A and 8F. RGB value is (19,90,143). Sum of RGB (Red+Green+Blue) = 19+90+143=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 143 (56.25% from 255 or 56.75% from 252); Max value from RGB is 143 - color contains mainly: blue. Hex color #135A8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135A8F is #ECA570. Grayscale: #4A4A4A. Windows color (decimal): -15508849 or 9394707. OLE color: 9394707.

HSL color Cylindrical-coordinate representation of color #135A8F: hue angle of 205.65º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #135A8F is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 90 143 -
CMYK 0.87 0.37 0 0.44
HSL 205.65º 0.77% 0.32% -
HSV(B) 205.65º 0.87% 0.56% -
XYZ 8.88 9.43 27.34 -
YUV 74.81 166.48 88.19 -
System Red Green Blue C M Y K H S L
Decimal 19 90 143 0.87 0.37 0 0.44 205.65 0.77 0.32
Hex 13 5A 8F 57 25 0 2C CE 4D 20
Octal 23 132 217 127 45 0 54 316 115 40
Binary 10011 1011010 10001111 1010111 100101 0 101100 11001110 1001101 100000

Color Harmonies of #135A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135A8F

Black with #135A8F

Text Example


Text Example

White with #135A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,90,143); }

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

background-color css

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

 a { background-color: rgb(19,90,143); }

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

border-color css

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

 span { border-color: rgb(19,90,143); }

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