#134CB8

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

Shades of Denim #134CB8

Tints of Denim #134CB8

Color information

#134CB8 (or 0x134CB8) is unknown color: approx Denim. HEX triplet: 13, 4C and B8. RGB value is (19,76,184). Sum of RGB (Red+Green+Blue) = 19+76+184=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 184 (72.27% from 255 or 65.95% from 279); Max value from RGB is 184 - color contains mainly: blue. Hex color #134CB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134CB8 is #ECB347. Grayscale: #464646. Windows color (decimal): -15512392 or 12078099. OLE color: 12078099.

HSL color Cylindrical-coordinate representation of color #134CB8: hue angle of 219.27º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #134CB8 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1976184-
CMYK0.900.5900.28
HSL219.27º81.28%39.8%-
HSV(B)219.27º89.67%72.16%-
XYZ11.58.7746.43-
YUV71.27191.6290.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.81%
GREEN value IS 76 (30.08% from 255) = 27.24%
BLUE value IS 184 (72.27% from 255) = 65.95%
R=6.81%
G=27.24%
B=65.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal19761840.900.5900.28219.2781.2839.8
Hex134CB85A3B01Cdb5128
Octal231142701327303433312150
Binary100111001100101110001011010111011011100110110111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,76,184); }

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

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

 a { background-color: rgb(19,76,184); }

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

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

 span { border-color: rgb(19,76,184); }

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