#134B9F

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

Shades of Cobalt #134B9F

Tints of Cobalt #134B9F

Color information

#134B9F (or 0x134B9F) is unknown color: approx Cobalt. HEX triplet: 13, 4B and 9F. RGB value is (19,75,159). Sum of RGB (Red+Green+Blue) = 19+75+159=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 75 (29.69% from 255 or 29.64% from 253); Blue value is 159 (62.5% from 255 or 62.85% from 253); Max value from RGB is 159 - color contains mainly: blue. Hex color #134B9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134B9F is #ECB460. Grayscale: #434343. Windows color (decimal): -15512673 or 10439443. OLE color: 10439443.

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

Color convert

RGB1975159-
CMYK0.880.5300.38
HSL216º78.65%34.9%-
HSV(B)216º88.05%62.35%-
XYZ9.047.6733.81-
YUV67.83179.4593.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.51%
GREEN value IS 75 (29.69% from 255) = 29.64%
BLUE value IS 159 (62.5% from 255) = 62.85%
R=7.51%
G=29.64%
B=62.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal19751590.880.5300.3821678.6534.9
Hex134B9F5835026d84f23
Octal231132371306504633011743
Binary1001110010111001111110110001101010100110110110001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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