#133B71

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

Shades of Dark Cerulean #133B71

Tints of Dark Cerulean #133B71

Color information

#133B71 (or 0x133B71) is unknown color: approx Dark Cerulean. HEX triplet: 13, 3B and 71. RGB value is (19,59,113). Sum of RGB (Red+Green+Blue) = 19+59+113=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 59 (23.44% from 255 or 30.89% from 191); Blue value is 113 (44.53% from 255 or 59.16% from 191); Max value from RGB is 113 - color contains mainly: blue. Hex color #133B71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133B71 is #ECC48E. Grayscale: #343434. Windows color (decimal): -15516815 or 7420691. OLE color: 7420691.

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

Color convert

RGB1959113-
CMYK0.830.4800.56
HSL214.47º71.21%25.88%-
HSV(B)214.47º83.19%44.31%-
XYZ4.814.4616.23-
YUV53.2161.75103.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.95%
GREEN value IS 59 (23.44% from 255) = 30.89%
BLUE value IS 113 (44.53% from 255) = 59.16%
R=9.95%
G=30.89%
B=59.16%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19591130.830.4800.56214.4771.2125.88
Hex133B715330038d6471a
Octal23731611236007032610732
Binary1001111101111100011010011110000011100011010110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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