#134A71

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

Shades of Dark Cerulean #134A71

Tints of Dark Cerulean #134A71

Color information

#134A71 (or 0x134A71) is unknown color: approx Dark Cerulean. HEX triplet: 13, 4A and 71. RGB value is (19,74,113). Sum of RGB (Red+Green+Blue) = 19+74+113=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 74 (29.30% from 255 or 35.92% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #134A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134A71 is #ECB58E. Grayscale: #3D3D3D. Windows color (decimal): -15512975 or 7424531. OLE color: 7424531.

HSL color Cylindrical-coordinate representation of color #134A71: hue angle of 204.89º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #134A71 is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1974113-
CMYK0.830.3500.56
HSL204.89º71.21%25.88%-
HSV(B)204.89º83.19%44.31%-
XYZ5.76.2316.52-
YUV62156.7897.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.22%
GREEN value IS 74 (29.30% from 255) = 35.92%
BLUE value IS 113 (44.53% from 255) = 54.85%
R=9.22%
G=35.92%
B=54.85%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19741130.830.3500.56204.8971.2125.88
Hex134A715323038cd471a
Octal231121611234307031510732
Binary10011100101011100011010011100011011100011001101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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