#134FAD

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

Shades of Cobalt #134FAD

Tints of Cobalt #134FAD

Color information

#134FAD (or 0x134FAD) is unknown color: approx Cobalt. HEX triplet: 13, 4F and AD. RGB value is (19,79,173). Sum of RGB (Red+Green+Blue) = 19+79+173=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 173 (67.97% from 255 or 63.84% from 271); Max value from RGB is 173 - color contains mainly: blue. Hex color #134FAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134FAD is #ECB052. Grayscale: #474747. Windows color (decimal): -15511635 or 11357971. OLE color: 11357971.

HSL color Cylindrical-coordinate representation of color #134FAD: hue angle of 216.62º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #134FAD is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1979173-
CMYK0.890.5400.32
HSL216.62º80.21%37.65%-
HSV(B)216.62º89.02%67.84%-
XYZ10.618.7540.66-
YUV71.78185.1290.36-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.01%
GREEN value IS 79 (31.25% from 255) = 29.15%
BLUE value IS 173 (67.97% from 255) = 63.84%
R=7.01%
G=29.15%
B=63.84%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal19791730.890.5400.32216.6280.2137.65
Hex134FAD5936020d95026
Octal231172551316604033112046
Binary1001110011111010110110110011101100100000110110011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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