#134587

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

Shades of Dark Cerulean #134587

Tints of Dark Cerulean #134587

Color information

#134587 (or 0x134587) is unknown color: approx Dark Cerulean. HEX triplet: 13, 45 and 87. RGB value is (19,69,135). Sum of RGB (Red+Green+Blue) = 19+69+135=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 135 (53.12% from 255 or 60.54% from 223); Max value from RGB is 135 - color contains mainly: blue. Hex color #134587 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134587 is #ECBA78. Grayscale: #3D3D3D. Windows color (decimal): -15514233 or 8865043. OLE color: 8865043.

HSL color Cylindrical-coordinate representation of color #134587: hue angle of 214.14º 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 #134587 is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1969135-
CMYK0.860.4900.47
HSL214.14º75.32%30.2%-
HSV(B)214.14º85.93%52.94%-
XYZ6.776.1423.75-
YUV61.57169.4497.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.52%
GREEN value IS 69 (27.34% from 255) = 30.94%
BLUE value IS 135 (53.12% from 255) = 60.54%
R=8.52%
G=30.94%
B=60.54%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19691350.860.4900.47214.1475.3230.2
Hex134587563102Fd64b1e
Octal231052071266105732611336
Binary100111000101100001111010110110001010111111010110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134587; }

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

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

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

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

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

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

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

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