#134D85

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

Shades of Dark Cerulean #134D85

Tints of Dark Cerulean #134D85

Color information

#134D85 (or 0x134D85) is unknown color: approx Dark Cerulean. HEX triplet: 13, 4D and 85. RGB value is (19,77,133). Sum of RGB (Red+Green+Blue) = 19+77+133=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 133 (52.34% from 255 or 58.08% from 229); Max value from RGB is 133 - color contains mainly: blue. Hex color #134D85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134D85 is #ECB27A. Grayscale: #414141. Windows color (decimal): -15512187 or 8736019. OLE color: 8736019.

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

Color convert

RGB1977133-
CMYK0.860.4200.48
HSL209.47º75%29.8%-
HSV(B)209.47º85.71%52.16%-
XYZ7.167.1423.19-
YUV66.04165.7894.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.30%
GREEN value IS 77 (30.47% from 255) = 33.62%
BLUE value IS 133 (52.34% from 255) = 58.08%
R=8.30%
G=33.62%
B=58.08%

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
Decimal19771330.860.4200.48209.477529.8
Hex134D85562A030d14b1e
Octal231152051265206032111336
Binary100111001101100001011010110101010011000011010001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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