#134B99

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

Shades of Cobalt #134B99

Tints of Cobalt #134B99

Color information

#134B99 (or 0x134B99) is unknown color: approx Cobalt. HEX triplet: 13, 4B and 99. RGB value is (19,75,153). Sum of RGB (Red+Green+Blue) = 19+75+153=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #134B99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134B99 is #ECB466. Grayscale: #424242. Windows color (decimal): -15512679 or 10046227. OLE color: 10046227.

HSL color Cylindrical-coordinate representation of color #134B99: hue angle of 214.93º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #134B99 is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1975153-
CMYK0.880.5100.4
HSL214.93º77.91%33.73%-
HSV(B)214.93º87.58%60%-
XYZ8.537.4731.13-
YUV67.15176.4593.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.69%
GREEN value IS 75 (29.69% from 255) = 30.36%
BLUE value IS 153 (60.16% from 255) = 61.94%
R=7.69%
G=30.36%
B=61.94%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal19751530.880.5100.4214.9377.9133.73
Hex134B995833028d74e22
Octal231132311306305032711642
Binary1001110010111001100110110001100110101000110101111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,75,153); }

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

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

 a { background-color: rgb(19,75,153); }

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

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

 span { border-color: rgb(19,75,153); }

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