Html Css Color HEX #136594 Endeavour

📋 copy color: '#136594'

red 19 ◦ green 101 ◦ blue 148

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

Shades of Endeavour #136594

Tints of Endeavour #136594

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.69%

 BLUE value IS 148 (58.2% from 255) = 55.22%

R = 7.09%
G = 37.69%
B = 55.22%

CMYK

 C value IS 0.87

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#136594 (or 0x136594) is known color: Endeavour. HEX triplet: 13, 65 and 94. RGB value is (19,101,148). Sum of RGB (Red+Green+Blue) = 19+101+148=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 148 (58.20% from 255 or 55.22% from 268); Max value from RGB is 148 - color contains mainly: blue. Hex color #136594 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136594 is #EC9A6B. Grayscale: #515151. Windows color (decimal): -15506028 or 9725203. OLE color: 9725203.

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

Color convert

RGB 19 101 148 -
CMYK 0.87 0.32 0 0.42
HSL 201.86º 0.77% 0.33% -
HSV(B) 201.86º 0.87% 0.58% -
XYZ 10.27 11.58 29.71 -
YUV 81.84 165.33 83.18 -
System Red Green Blue C M Y K H S L
Decimal 19 101 148 0.87 0.32 0 0.42 201.86 0.77 0.33
Hex 13 65 94 57 20 0 2A CA 4D 21
Octal 23 145 224 127 40 0 52 312 115 41
Binary 10011 1100101 10010100 1010111 100000 0 101010 11001010 1001101 100001

Color Harmonies of #136594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136594

Black with #136594

Text Example


Text Example

White with #136594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136594; }

 p { color: rgb(19,101,148); }

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

background-color css

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

 a { background-color: rgb(19,101,148); }

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

border-color css

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

 span { border-color: rgb(19,101,148); }

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