#134DAE

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

Shades of Cobalt #134DAE

Tints of Cobalt #134DAE

Color information

#134DAE (or 0x134DAE) is unknown color: approx Cobalt. HEX triplet: 13, 4D and AE. RGB value is (19,77,174). Sum of RGB (Red+Green+Blue) = 19+77+174=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 174 (68.36% from 255 or 64.44% from 270); Max value from RGB is 174 - color contains mainly: blue. Hex color #134DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134DAE is #ECB251. Grayscale: #464646. Windows color (decimal): -15512146 or 11422995. OLE color: 11422995.

HSL color Cylindrical-coordinate representation of color #134DAE: hue angle of 217.55º 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 #134DAE is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1977174-
CMYK0.890.5600.32
HSL217.55º80.31%37.84%-
HSV(B)217.55º89.08%68.24%-
XYZ10.568.541.13-
YUV70.72186.2891.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.04%
GREEN value IS 77 (30.47% from 255) = 28.52%
BLUE value IS 174 (68.36% from 255) = 64.44%
R=7.04%
G=28.52%
B=64.44%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal19771740.890.5600.32217.5580.3137.84
Hex134DAE5938020da5026
Octal231152561317004033212046
Binary1001110011011010111010110011110000100000110110101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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