#134cad

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

Shades of Cobalt #134CAD

Tints of Cobalt #134CAD

Color information

#134CAD (or 0x134CAD) is unknown color: approx Cobalt. HEX triplet: 13, 4C and AD. RGB value is (19,76,173). Sum of RGB (Red+Green+Blue) = 19+76+173=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #134CAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134CAD is #ECB352. Grayscale: #454545. Windows color (decimal): -15512403 or 11357203. OLE color: 11357203.

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

Color convert

RGB1976173-
CMYK0.890.5600.32
HSL217.79º80.21%37.65%-
HSV(B)217.79º89.02%67.84%-
XYZ10.48.3240.59-
YUV70.01186.1291.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.09%
GREEN value IS 76 (30.08% from 255) = 28.36%
BLUE value IS 173 (67.97% from 255) = 64.55%
R=7.09%
G=28.36%
B=64.55%

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
Decimal19761730.890.5600.32217.7980.2137.65
Hex134CAD5938020da5026
Octal231142551317004033212046
Binary1001110011001010110110110011110000100000110110101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134cad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,76,173); }

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

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

 a { background-color: rgb(19,76,173); }

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

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

 span { border-color: rgb(19,76,173); }

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