#134E84

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

Shades of Dark Cerulean #134E84

Tints of Dark Cerulean #134E84

Color information

#134E84 (or 0x134E84) is unknown color: approx Dark Cerulean. HEX triplet: 13, 4E and 84. RGB value is (19,78,132). Sum of RGB (Red+Green+Blue) = 19+78+132=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 132 (51.95% from 255 or 57.64% from 229); Max value from RGB is 132 - color contains mainly: blue. Hex color #134E84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134E84 is #ECB17B. Grayscale: #424242. Windows color (decimal): -15511932 or 8670739. OLE color: 8670739.

HSL color Cylindrical-coordinate representation of color #134E84: hue angle of 208.67º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #134E84 is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1978132-
CMYK0.860.4100.48
HSL208.67º74.83%29.61%-
HSV(B)208.67º85.61%51.76%-
XYZ7.167.2522.85-
YUV66.51164.9594.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.30%
GREEN value IS 78 (30.86% from 255) = 34.06%
BLUE value IS 132 (51.95% from 255) = 57.64%
R=8.30%
G=34.06%
B=57.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19781320.860.4100.48208.6774.8329.61
Hex134E845629030d14b1e
Octal231162041265106032111336
Binary100111001110100001001010110101001011000011010001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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