#133F73

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

Shades of Dark Cerulean #133F73

Tints of Dark Cerulean #133F73

Color information

#133F73 (or 0x133F73) is unknown color: approx Dark Cerulean. HEX triplet: 13, 3F and 73. RGB value is (19,63,115). Sum of RGB (Red+Green+Blue) = 19+63+115=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 115 (45.31% from 255 or 58.38% from 197); Max value from RGB is 115 - color contains mainly: blue. Hex color #133F73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133F73 is #ECC08C. Grayscale: #373737. Windows color (decimal): -15515789 or 7552787. OLE color: 7552787.

HSL color Cylindrical-coordinate representation of color #133F73: hue angle of 212.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 #133F73 is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1963115-
CMYK0.830.4500.55
HSL212.5º71.64%26.27%-
HSV(B)212.5º83.48%45.1%-
XYZ5.144.9316.9-
YUV55.77161.42101.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.64%
GREEN value IS 63 (25% from 255) = 31.98%
BLUE value IS 115 (45.31% from 255) = 58.38%
R=9.64%
G=31.98%
B=58.38%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19631150.830.4500.55212.571.6426.27
Hex133F73532D037d4481a
Octal23771631235506732411032
Binary1001111111111100111010011101101011011111010100100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133F73; }

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

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

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

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

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

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

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

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