#134EAE

Color #134EAE Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #134EAE

Tints of Cobalt #134EAE

Color information

#134EAE (or 0x134EAE) is unknown color: approx Cobalt. HEX triplet: 13, 4E and AE. RGB value is (19,78,174). Sum of RGB (Red+Green+Blue) = 19+78+174=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 174 (68.36% from 255 or 64.21% from 271); Max value from RGB is 174 - color contains mainly: blue. Hex color #134EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134EAE is #ECB151. Grayscale: #464646. Windows color (decimal): -15511890 or 11423251. OLE color: 11423251.

HSL color Cylindrical-coordinate representation of color #134EAE: hue angle of 217.16º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #134EAE is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1978174-
CMYK0.890.5500.32
HSL217.16º80.31%37.84%-
HSV(B)217.16º89.08%68.24%-
XYZ10.638.6441.15-
YUV71.3185.9590.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.01%
GREEN value IS 78 (30.86% from 255) = 28.78%
BLUE value IS 174 (68.36% from 255) = 64.21%
R=7.01%
G=28.78%
B=64.21%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal19781740.890.5500.32217.1680.3137.84
Hex134EAE5937020d95026
Octal231162561316704033112046
Binary1001110011101010111010110011101110100000110110011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,78,174); }

 H1.HeaderClassName
 {
   color: #134EAE;
 }
 .AnyTagClassName
 {
   color: #134EAE;
 }
</style>
background-color css

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

 a { background-color: rgb(19,78,174); }

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

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

 span { border-color: rgb(19,78,174); }

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