#133F75

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

Shades of Dark Cerulean #133F75

Tints of Dark Cerulean #133F75

Color information

#133F75 (or 0x133F75) is unknown color: approx Dark Cerulean. HEX triplet: 13, 3F and 75. RGB value is (19,63,117). Sum of RGB (Red+Green+Blue) = 19+63+117=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 117 (46.09% from 255 or 58.79% from 199); Max value from RGB is 117 - color contains mainly: blue. Hex color #133F75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133F75 is #ECC08A. Grayscale: #373737. Windows color (decimal): -15515787 or 7683859. OLE color: 7683859.

HSL color Cylindrical-coordinate representation of color #133F75: hue angle of 213.06º 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 #133F75 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1963117-
CMYK0.840.4600.54
HSL213.06º72.06%26.67%-
HSV(B)213.06º83.76%45.88%-
XYZ5.264.9817.51-
YUV56162.42101.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.55%
GREEN value IS 63 (25% from 255) = 31.66%
BLUE value IS 117 (46.09% from 255) = 58.79%
R=9.55%
G=31.66%
B=58.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19631170.840.4600.54213.0672.0626.67
Hex133F75542E036d5481b
Octal23771651245606632511033
Binary1001111111111101011010100101110011011011010101100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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