#134478

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

Shades of Dark Cerulean #134478

Tints of Dark Cerulean #134478

Color information

#134478 (or 0x134478) is unknown color: approx Dark Cerulean. HEX triplet: 13, 44 and 78. RGB value is (19,68,120). Sum of RGB (Red+Green+Blue) = 19+68+120=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 120 (47.27% from 255 or 57.97% from 207); Max value from RGB is 120 - color contains mainly: blue. Hex color #134478 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134478 is #ECBB87. Grayscale: #3B3B3B. Windows color (decimal): -15514504 or 7881747. OLE color: 7881747.

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

Color convert

RGB1968120-
CMYK0.840.4300.53
HSL210.89º72.66%27.25%-
HSV(B)210.89º84.17%47.06%-
XYZ5.735.6318.55-
YUV59.28162.2799.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.18%
GREEN value IS 68 (26.95% from 255) = 32.85%
BLUE value IS 120 (47.27% from 255) = 57.97%
R=9.18%
G=32.85%
B=57.97%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19681200.840.4300.53210.8972.6627.25
Hex134478542B035d3491b
Octal231041701245306532311133
Binary10011100010011110001010100101011011010111010011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134478; }

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

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

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

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

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

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

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

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