#134FA7

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

Shades of Cobalt #134FA7

Tints of Cobalt #134FA7

Color information

#134FA7 (or 0x134FA7) is unknown color: approx Cobalt. HEX triplet: 13, 4F and A7. RGB value is (19,79,167). Sum of RGB (Red+Green+Blue) = 19+79+167=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 167 (65.62% from 255 or 63.02% from 265); Max value from RGB is 167 - color contains mainly: blue. Hex color #134FA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134FA7 is #ECB058. Grayscale: #464646. Windows color (decimal): -15511641 or 10964755. OLE color: 10964755.

HSL color Cylindrical-coordinate representation of color #134FA7: hue angle of 215.68º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #134FA7 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1979167-
CMYK0.890.5300.35
HSL215.68º79.57%36.47%-
HSV(B)215.68º88.62%65.49%-
XYZ10.048.5237.67-
YUV71.09182.1290.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.17%
GREEN value IS 79 (31.25% from 255) = 29.81%
BLUE value IS 167 (65.62% from 255) = 63.02%
R=7.17%
G=29.81%
B=63.02%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal19791670.890.5300.35215.6879.5736.47
Hex134FA75935023d85024
Octal231172471316504333012044
Binary1001110011111010011110110011101010100011110110001010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,79,167); }

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

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

 a { background-color: rgb(19,79,167); }

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

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

 span { border-color: rgb(19,79,167); }

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