Html Css Color HEX #134D95 Endeavour

📋 copy color: '#134D95'

red 19 ◦ green 77 ◦ blue 149

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

Shades of Endeavour #134D95

Tints of Endeavour #134D95

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.43%

 BLUE value IS 149 (58.59% from 255) = 60.82%

R = 7.76%
G = 31.43%
B = 60.82%

CMYK

 C value IS 0.87

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#134D95 (or 0x134D95) is known color: Endeavour. HEX triplet: 13, 4D and 95. RGB value is (19,77,149). Sum of RGB (Red+Green+Blue) = 19+77+149=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 149 (58.59% from 255 or 60.82% from 245); Max value from RGB is 149 - color contains mainly: blue. Hex color #134D95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134D95 is #ECB26A. Grayscale: #434343. Windows color (decimal): -15512171 or 9784595. OLE color: 9784595.

HSL color Cylindrical-coordinate representation of color #134D95: hue angle of 213.23º 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 #134D95 is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 77 149 -
CMYK 0.87 0.48 0 0.42
HSL 213.23º 0.77% 0.33% -
HSV(B) 213.23º 0.87% 0.58% -
XYZ 8.35 7.62 29.46 -
YUV 67.87 173.78 93.15 -
System Red Green Blue C M Y K H S L
Decimal 19 77 149 0.87 0.48 0 0.42 213.23 0.77 0.33
Hex 13 4D 95 57 30 0 2A D5 4D 21
Octal 23 115 225 127 60 0 52 325 115 41
Binary 10011 1001101 10010101 1010111 110000 0 101010 11010101 1001101 100001

Color Harmonies of #134D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134D95

Black with #134D95

Text Example


Text Example

White with #134D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134D95; }

 p { color: rgb(19,77,149); }

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

background-color css

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

 a { background-color: rgb(19,77,149); }

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

border-color css

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

 span { border-color: rgb(19,77,149); }

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