#134A87

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

Shades of Dark Cerulean #134A87

Tints of Dark Cerulean #134A87

Color information

#134A87 (or 0x134A87) is unknown color: approx Dark Cerulean. HEX triplet: 13, 4A and 87. RGB value is (19,74,135). Sum of RGB (Red+Green+Blue) = 19+74+135=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 135 (53.12% from 255 or 59.21% from 228); Max value from RGB is 135 - color contains mainly: blue. Hex color #134A87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134A87 is #ECB578. Grayscale: #404040. Windows color (decimal): -15512953 or 8866323. OLE color: 8866323.

HSL color Cylindrical-coordinate representation of color #134A87: hue angle of 211.55º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #134A87 is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1974135-
CMYK0.860.4500.47
HSL211.55º75.32%30.2%-
HSV(B)211.55º85.93%52.94%-
XYZ7.096.7923.86-
YUV64.51167.7895.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.33%
GREEN value IS 74 (29.30% from 255) = 32.46%
BLUE value IS 135 (53.12% from 255) = 59.21%
R=8.33%
G=32.46%
B=59.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19741350.860.4500.47211.5575.3230.2
Hex134A87562D02Fd44b1e
Octal231122071265505732411336
Binary100111001010100001111010110101101010111111010100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,74,135); }

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

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

 a { background-color: rgb(19,74,135); }

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

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

 span { border-color: rgb(19,74,135); }

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