#133E75

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

Shades of Dark Cerulean #133E75

Tints of Dark Cerulean #133E75

Color information

#133E75 (or 0x133E75) is unknown color: approx Dark Cerulean. HEX triplet: 13, 3E and 75. RGB value is (19,62,117). Sum of RGB (Red+Green+Blue) = 19+62+117=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 62 (24.61% from 255 or 31.31% from 198); Blue value is 117 (46.09% from 255 or 59.09% from 198); Max value from RGB is 117 - color contains mainly: blue. Hex color #133E75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133E75 is #ECC18A. Grayscale: #373737. Windows color (decimal): -15516043 or 7683603. OLE color: 7683603.

HSL color Cylindrical-coordinate representation of color #133E75: hue angle of 213.67º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #133E75 is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1962117-
CMYK0.840.4700.54
HSL213.67º72.06%26.67%-
HSV(B)213.67º83.76%45.88%-
XYZ5.24.8717.5-
YUV55.41162.75102.03-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.60%
GREEN value IS 62 (24.61% from 255) = 31.31%
BLUE value IS 117 (46.09% from 255) = 59.09%
R=9.60%
G=31.31%
B=59.09%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19621170.840.4700.54213.6772.0626.67
Hex133E75542F036d6481b
Octal23761651245706632611033
Binary1001111111011101011010100101111011011011010110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,62,117); }

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

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

 a { background-color: rgb(19,62,117); }

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

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

 span { border-color: rgb(19,62,117); }

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