#134D75

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

Shades of Dark Cerulean #134D75

Tints of Dark Cerulean #134D75

Color information

#134D75 (or 0x134D75) is unknown color: approx Dark Cerulean. HEX triplet: 13, 4D and 75. RGB value is (19,77,117). Sum of RGB (Red+Green+Blue) = 19+77+117=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 117 (46.09% from 255 or 54.93% from 213); Max value from RGB is 117 - color contains mainly: blue. Hex color #134D75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134D75 is #ECB28A. Grayscale: #404040. Windows color (decimal): -15512203 or 7687443. OLE color: 7687443.

HSL color Cylindrical-coordinate representation of color #134D75: hue angle of 204.49º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #134D75 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1977117-
CMYK0.840.3400.54
HSL204.49º72.06%26.67%-
HSV(B)204.49º83.76%45.88%-
XYZ6.136.7317.81-
YUV64.22157.7895.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.92%
GREEN value IS 77 (30.47% from 255) = 36.15%
BLUE value IS 117 (46.09% from 255) = 54.93%
R=8.92%
G=36.15%
B=54.93%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19771170.840.3400.54204.4972.0626.67
Hex134D755422036cc481b
Octal231151651244206631411033
Binary10011100110111101011010100100010011011011001100100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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