#134AA0

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

Shades of Cobalt #134AA0

Tints of Cobalt #134AA0

Color information

#134AA0 (or 0x134AA0) is unknown color: approx Cobalt. HEX triplet: 13, 4A and A0. RGB value is (19,74,160). Sum of RGB (Red+Green+Blue) = 19+74+160=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 160 (62.89% from 255 or 63.24% from 253); Max value from RGB is 160 - color contains mainly: blue. Hex color #134AA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134AA0 is #ECB55F. Grayscale: #424242. Windows color (decimal): -15512928 or 10504723. OLE color: 10504723.

HSL color Cylindrical-coordinate representation of color #134AA0: hue angle of 216.6º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #134AA0 is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1974160-
CMYK0.880.5400.37
HSL216.6º78.77%35.1%-
HSV(B)216.6º88.13%62.75%-
XYZ9.067.5734.24-
YUV67.36180.2893.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.51%
GREEN value IS 74 (29.30% from 255) = 29.25%
BLUE value IS 160 (62.89% from 255) = 63.24%
R=7.51%
G=29.25%
B=63.24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal19741600.880.5400.37216.678.7735.1
Hex134AA05836025d94f23
Octal231122401306604533111743
Binary1001110010101010000010110001101100100101110110011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,74,160); }

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

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

 a { background-color: rgb(19,74,160); }

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

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

 span { border-color: rgb(19,74,160); }

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