#134E77

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

Shades of Dark Cerulean #134E77

Tints of Dark Cerulean #134E77

Color information

#134E77 (or 0x134E77) is unknown color: approx Dark Cerulean. HEX triplet: 13, 4E and 77. RGB value is (19,78,119). Sum of RGB (Red+Green+Blue) = 19+78+119=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 78 (30.86% from 255 or 36.11% from 216); Blue value is 119 (46.88% from 255 or 55.09% from 216); Max value from RGB is 119 - color contains mainly: blue. Hex color #134E77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134E77 is #ECB188. Grayscale: #404040. Windows color (decimal): -15511945 or 7818771. OLE color: 7818771.

HSL color Cylindrical-coordinate representation of color #134E77: hue angle of 204.6º degrees, saturation: 0.72, 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 #134E77 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1978119-
CMYK0.840.3400.53
HSL204.6º72.46%27.06%-
HSV(B)204.6º84.03%46.67%-
XYZ6.326.9218.46-
YUV65.03158.4595.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.80%
GREEN value IS 78 (30.86% from 255) = 36.11%
BLUE value IS 119 (46.88% from 255) = 55.09%
R=8.80%
G=36.11%
B=55.09%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19781190.840.3400.53204.672.4627.06
Hex134E775422035cd481b
Octal231161671244206531511033
Binary10011100111011101111010100100010011010111001101100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,78,119); }

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

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

 a { background-color: rgb(19,78,119); }

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

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

 span { border-color: rgb(19,78,119); }

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