#134A75

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

Shades of Dark Cerulean #134A75

Tints of Dark Cerulean #134A75

Color information

#134A75 (or 0x134A75) is unknown color: approx Dark Cerulean. HEX triplet: 13, 4A and 75. RGB value is (19,74,117). Sum of RGB (Red+Green+Blue) = 19+74+117=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 117 (46.09% from 255 or 55.71% from 210); Max value from RGB is 117 - color contains mainly: blue. Hex color #134A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134A75 is #ECB58A. Grayscale: #3E3E3E. Windows color (decimal): -15512971 or 7686675. OLE color: 7686675.

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

Color convert

RGB1974117-
CMYK0.840.3700.54
HSL206.33º72.06%26.67%-
HSV(B)206.33º83.76%45.88%-
XYZ5.936.3217.74-
YUV62.46158.7897-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.05%
GREEN value IS 74 (29.30% from 255) = 35.24%
BLUE value IS 117 (46.09% from 255) = 55.71%
R=9.05%
G=35.24%
B=55.71%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19741170.840.3700.54206.3372.0626.67
Hex134A755425036ce481b
Octal231121651244506631611033
Binary10011100101011101011010100100101011011011001110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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