#134771

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

Shades of Dark Cerulean #134771

Tints of Dark Cerulean #134771

Color information

#134771 (or 0x134771) is unknown color: approx Dark Cerulean. HEX triplet: 13, 47 and 71. RGB value is (19,71,113). Sum of RGB (Red+Green+Blue) = 19+71+113=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #134771 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134771 is #ECB88E. Grayscale: #3C3C3C. Windows color (decimal): -15513743 or 7423763. OLE color: 7423763.

HSL color Cylindrical-coordinate representation of color #134771: hue angle of 206.81º 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 #134771 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1971113-
CMYK0.830.3700.56
HSL206.81º71.21%25.88%-
HSV(B)206.81º83.19%44.31%-
XYZ5.55.8416.46-
YUV60.24157.7798.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.36%
GREEN value IS 71 (28.12% from 255) = 34.98%
BLUE value IS 113 (44.53% from 255) = 55.67%
R=9.36%
G=34.98%
B=55.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19711130.830.3700.56206.8171.2125.88
Hex1347715325038cf471a
Octal231071611234507031710732
Binary10011100011111100011010011100101011100011001111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134771; }

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

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

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

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

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

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

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

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