#134C75

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

Shades of Dark Cerulean #134C75

Tints of Dark Cerulean #134C75

Color information

#134C75 (or 0x134C75) is unknown color: approx Dark Cerulean. HEX triplet: 13, 4C and 75. RGB value is (19,76,117). Sum of RGB (Red+Green+Blue) = 19+76+117=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #134C75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134C75 is #ECB38A. Grayscale: #3F3F3F. Windows color (decimal): -15512459 or 7687187. OLE color: 7687187.

HSL color Cylindrical-coordinate representation of color #134C75: hue angle of 205.1º 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 #134C75 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1976117-
CMYK0.840.3500.54
HSL205.1º72.06%26.67%-
HSV(B)205.1º83.76%45.88%-
XYZ6.066.5917.78-
YUV63.63158.1296.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.96%
GREEN value IS 76 (30.08% from 255) = 35.85%
BLUE value IS 117 (46.09% from 255) = 55.19%
R=8.96%
G=35.85%
B=55.19%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19761170.840.3500.54205.172.0626.67
Hex134C755423036cd481b
Octal231141651244306631511033
Binary10011100110011101011010100100011011011011001101100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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