#134CC8

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

Shades of Denim #134CC8

Tints of Denim #134CC8

Color information

#134CC8 (or 0x134CC8) is unknown color: approx Denim. HEX triplet: 13, 4C and C8. RGB value is (19,76,200). Sum of RGB (Red+Green+Blue) = 19+76+200=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 200 (78.52% from 255 or 67.80% from 295); Max value from RGB is 200 - color contains mainly: blue. Hex color #134CC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134CC8 is #ECB337. Grayscale: #484848. Windows color (decimal): -15512376 or 13126675. OLE color: 13126675.

HSL color Cylindrical-coordinate representation of color #134CC8: hue angle of 221.1º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #134CC8 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1976200-
CMYK0.900.6200.22
HSL221.1º82.65%42.94%-
HSV(B)221.1º90.5%78.43%-
XYZ13.289.4855.77-
YUV73.09199.6289.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.44%
GREEN value IS 76 (30.08% from 255) = 25.76%
BLUE value IS 200 (78.52% from 255) = 67.80%
R=6.44%
G=25.76%
B=67.80%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19762000.900.6200.22221.182.6542.94
Hex134CC85A3E016dd532b
Octal231143101327602633512353
Binary100111001100110010001011010111110010110110111011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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