#134773

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

Shades of Dark Cerulean #134773

Tints of Dark Cerulean #134773

Color information

#134773 (or 0x134773) is unknown color: approx Dark Cerulean. HEX triplet: 13, 47 and 73. RGB value is (19,71,115). Sum of RGB (Red+Green+Blue) = 19+71+115=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #134773 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134773 is #ECB88C. Grayscale: #3C3C3C. Windows color (decimal): -15513741 or 7554835. OLE color: 7554835.

HSL color Cylindrical-coordinate representation of color #134773: hue angle of 207.5º degrees, saturation: 0.72, 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 #134773 is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1971115-
CMYK0.830.3800.55
HSL207.5º71.64%26.27%-
HSV(B)207.5º83.48%45.1%-
XYZ5.625.8817.06-
YUV60.47158.7798.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.27%
GREEN value IS 71 (28.12% from 255) = 34.63%
BLUE value IS 115 (45.31% from 255) = 56.10%
R=9.27%
G=34.63%
B=56.10%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19711150.830.3800.55207.571.6426.27
Hex1347735326037d0481a
Octal231071631234606732011032
Binary10011100011111100111010011100110011011111010000100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134773; }

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

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

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

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

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

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

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

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