#134EA1

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

Shades of Cobalt #134EA1

Tints of Cobalt #134EA1

Color information

#134EA1 (or 0x134EA1) is unknown color: approx Cobalt. HEX triplet: 13, 4E and A1. RGB value is (19,78,161). Sum of RGB (Red+Green+Blue) = 19+78+161=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 161 (63.28% from 255 or 62.40% from 258); Max value from RGB is 161 - color contains mainly: blue. Hex color #134EA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134EA1 is #ECB15E. Grayscale: #454545. Windows color (decimal): -15511903 or 10571283. OLE color: 10571283.

HSL color Cylindrical-coordinate representation of color #134EA1: hue angle of 215.07º 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 #134EA1 is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1978161-
CMYK0.880.5200.37
HSL215.07º78.89%35.29%-
HSV(B)215.07º88.2%63.14%-
XYZ9.438.1634.8-
YUV69.82179.4591.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.36%
GREEN value IS 78 (30.86% from 255) = 30.23%
BLUE value IS 161 (63.28% from 255) = 62.40%
R=7.36%
G=30.23%
B=62.40%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal19781610.880.5200.37215.0778.8935.29
Hex134EA15834025d74f23
Octal231162411306404532711743
Binary1001110011101010000110110001101000100101110101111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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