#134B72

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

Shades of Dark Cerulean #134B72

Tints of Dark Cerulean #134B72

Color information

#134B72 (or 0x134B72) is unknown color: approx Dark Cerulean. HEX triplet: 13, 4B and 72. RGB value is (19,75,114). Sum of RGB (Red+Green+Blue) = 19+75+114=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 75 (29.69% from 255 or 36.06% from 208); Blue value is 114 (44.92% from 255 or 54.81% from 208); Max value from RGB is 114 - color contains mainly: blue. Hex color #134B72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134B72 is #ECB48D. Grayscale: #3E3E3E. Windows color (decimal): -15512718 or 7490323. OLE color: 7490323.

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

Color convert

RGB1975114-
CMYK0.830.3400.55
HSL204.63º71.43%26.08%-
HSV(B)204.63º83.33%44.71%-
XYZ5.826.3916.85-
YUV62.7156.9596.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.13%
GREEN value IS 75 (29.69% from 255) = 36.06%
BLUE value IS 114 (44.92% from 255) = 54.81%
R=9.13%
G=36.06%
B=54.81%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19751140.830.3400.55204.6371.4326.08
Hex134B725322037cd471a
Octal231131621234206731510732
Binary10011100101111100101010011100010011011111001101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,75,114); }

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

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

 a { background-color: rgb(19,75,114); }

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

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

 span { border-color: rgb(19,75,114); }

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