#134D84

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

Shades of Dark Cerulean #134D84

Tints of Dark Cerulean #134D84

Color information

#134D84 (or 0x134D84) is unknown color: approx Dark Cerulean. HEX triplet: 13, 4D and 84. RGB value is (19,77,132). Sum of RGB (Red+Green+Blue) = 19+77+132=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 132 (51.95% from 255 or 57.89% from 228); Max value from RGB is 132 - color contains mainly: blue. Hex color #134D84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134D84 is #ECB27B. Grayscale: #414141. Windows color (decimal): -15512188 or 8670483. OLE color: 8670483.

HSL color Cylindrical-coordinate representation of color #134D84: hue angle of 209.2º 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 #134D84 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1977132-
CMYK0.860.4200.48
HSL209.2º74.83%29.61%-
HSV(B)209.2º85.61%51.76%-
XYZ7.097.1122.83-
YUV65.93165.2894.53-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.33%
GREEN value IS 77 (30.47% from 255) = 33.77%
BLUE value IS 132 (51.95% from 255) = 57.89%
R=8.33%
G=33.77%
B=57.89%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19771320.860.4200.48209.274.8329.61
Hex134D84562A030d14b1e
Octal231152041265206032111336
Binary100111001101100001001010110101010011000011010001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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