#134E9C

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

Shades of Cobalt #134E9C

Tints of Cobalt #134E9C

Color information

#134E9C (or 0x134E9C) is unknown color: approx Cobalt. HEX triplet: 13, 4E and 9C. RGB value is (19,78,156). Sum of RGB (Red+Green+Blue) = 19+78+156=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 156 (61.33% from 255 or 61.66% from 253); Max value from RGB is 156 - color contains mainly: blue. Hex color #134E9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134E9C is #ECB163. Grayscale: #444444. Windows color (decimal): -15511908 or 10243603. OLE color: 10243603.

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

Color convert

RGB1978156-
CMYK0.880.500.39
HSL214.16º78.29%34.31%-
HSV(B)214.16º87.82%61.18%-
XYZ8.997.9932.52-
YUV69.25176.9592.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.51%
GREEN value IS 78 (30.86% from 255) = 30.83%
BLUE value IS 156 (61.33% from 255) = 61.66%
R=7.51%
G=30.83%
B=61.66%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal19781560.880.500.39214.1678.2934.31
Hex134E9C5832027d64e22
Octal231162341306204732611642
Binary1001110011101001110010110001100100100111110101101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,78,156); }

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

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

 a { background-color: rgb(19,78,156); }

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

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

 span { border-color: rgb(19,78,156); }

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