#134878

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

Shades of Dark Cerulean #134878

Tints of Dark Cerulean #134878

Color information

#134878 (or 0x134878) is unknown color: approx Dark Cerulean. HEX triplet: 13, 48 and 78. RGB value is (19,72,120). Sum of RGB (Red+Green+Blue) = 19+72+120=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 120 (47.27% from 255 or 56.87% from 211); Max value from RGB is 120 - color contains mainly: blue. Hex color #134878 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134878 is #ECB787. Grayscale: #3D3D3D. Windows color (decimal): -15513480 or 7882771. OLE color: 7882771.

HSL color Cylindrical-coordinate representation of color #134878: hue angle of 208.51º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #134878 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1972120-
CMYK0.840.4000.53
HSL208.51º72.66%27.25%-
HSV(B)208.51º84.17%47.06%-
XYZ5.986.1318.64-
YUV61.62160.9497.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.00%
GREEN value IS 72 (28.52% from 255) = 34.12%
BLUE value IS 120 (47.27% from 255) = 56.87%
R=9.00%
G=34.12%
B=56.87%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19721200.840.4000.53208.5172.6627.25
Hex1348785428035d1491b
Octal231101701245006532111133
Binary10011100100011110001010100101000011010111010001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134878; }

 p { color: rgb(19,72,120); }

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

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

 a { background-color: rgb(19,72,120); }

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

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

 span { border-color: rgb(19,72,120); }

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