#134DB3

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

Shades of Cobalt #134DB3

Tints of Cobalt #134DB3

Color information

#134DB3 (or 0x134DB3) is unknown color: approx Cobalt. HEX triplet: 13, 4D and B3. RGB value is (19,77,179). Sum of RGB (Red+Green+Blue) = 19+77+179=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 77 (30.47% from 255 or 28% from 275); Blue value is 179 (70.31% from 255 or 65.09% from 275); Max value from RGB is 179 - color contains mainly: blue. Hex color #134DB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134DB3 is #ECB24C. Grayscale: #464646. Windows color (decimal): -15512141 or 11750675. OLE color: 11750675.

HSL color Cylindrical-coordinate representation of color #134DB3: hue angle of 218.25º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #134DB3 is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1977179-
CMYK0.890.5700.30
HSL218.25º80.81%38.82%-
HSV(B)218.25º89.39%70.2%-
XYZ11.068.743.74-
YUV71.29188.7890.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.91%
GREEN value IS 77 (30.47% from 255) = 28%
BLUE value IS 179 (70.31% from 255) = 65.09%
R=6.91%
G=28%
B=65.09%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal19771790.890.5700.30218.2580.8138.82
Hex134DB3593901Eda5127
Octal231152631317103633212147
Binary100111001101101100111011001111001011110110110101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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