Html Css Color HEX #135392 Endeavour

📋 copy color: '#135392'

red 19 ◦ green 83 ◦ blue 146

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

Shades of Endeavour #135392

Tints of Endeavour #135392

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.47%

 BLUE value IS 146 (57.42% from 255) = 58.87%

R = 7.66%
G = 33.47%
B = 58.87%

CMYK

 C value IS 0.87

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#135392 (or 0x135392) is known color: Endeavour. HEX triplet: 13, 53 and 92. RGB value is (19,83,146). Sum of RGB (Red+Green+Blue) = 19+83+146=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #135392 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135392 is #ECAC6D. Grayscale: #464646. Windows color (decimal): -15510638 or 9589523. OLE color: 9589523.

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

Color convert

RGB 19 83 146 -
CMYK 0.87 0.43 0 0.43
HSL 209.76º 0.77% 0.32% -
HSV(B) 209.76º 0.87% 0.57% -
XYZ 8.55 8.4 28.36 -
YUV 71.05 170.3 90.88 -
System Red Green Blue C M Y K H S L
Decimal 19 83 146 0.87 0.43 0 0.43 209.76 0.77 0.32
Hex 13 53 92 57 2B 0 2B D2 4D 20
Octal 23 123 222 127 53 0 53 322 115 40
Binary 10011 1010011 10010010 1010111 101011 0 101011 11010010 1001101 100000

Color Harmonies of #135392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135392

Black with #135392

Text Example


Text Example

White with #135392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135392; }

 p { color: rgb(19,83,146); }

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

background-color css

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

 a { background-color: rgb(19,83,146); }

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

border-color css

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

 span { border-color: rgb(19,83,146); }

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