#134678

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

Shades of Dark Cerulean #134678

Tints of Dark Cerulean #134678

Color information

#134678 (or 0x134678) is unknown color: approx Dark Cerulean. HEX triplet: 13, 46 and 78. RGB value is (19,70,120). Sum of RGB (Red+Green+Blue) = 19+70+120=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 120 (47.27% from 255 or 57.42% from 209); Max value from RGB is 120 - color contains mainly: blue. Hex color #134678 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134678 is #ECB987. Grayscale: #3C3C3C. Windows color (decimal): -15513992 or 7882259. OLE color: 7882259.

HSL color Cylindrical-coordinate representation of color #134678: hue angle of 209.7º 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 #134678 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1970120-
CMYK0.840.4200.53
HSL209.7º72.66%27.25%-
HSV(B)209.7º84.17%47.06%-
XYZ5.855.8718.59-
YUV60.45161.698.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.09%
GREEN value IS 70 (27.73% from 255) = 33.49%
BLUE value IS 120 (47.27% from 255) = 57.42%
R=9.09%
G=33.49%
B=57.42%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19701200.840.4200.53209.772.6627.25
Hex134678542A035d2491b
Octal231061701245206532211133
Binary10011100011011110001010100101010011010111010010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134678; }

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

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

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

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

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

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

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

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