#133D75

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

Shades of Dark Cerulean #133D75

Tints of Dark Cerulean #133D75

Color information

#133D75 (or 0x133D75) is unknown color: approx Dark Cerulean. HEX triplet: 13, 3D and 75. RGB value is (19,61,117). Sum of RGB (Red+Green+Blue) = 19+61+117=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 117 (46.09% from 255 or 59.39% from 197); Max value from RGB is 117 - color contains mainly: blue. Hex color #133D75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133D75 is #ECC28A. Grayscale: #363636. Windows color (decimal): -15516299 or 7683347. OLE color: 7683347.

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

Color convert

RGB1961117-
CMYK0.840.4800.54
HSL214.29º72.06%26.67%-
HSV(B)214.29º83.76%45.88%-
XYZ5.154.7617.48-
YUV54.83163.09102.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.64%
GREEN value IS 61 (24.22% from 255) = 30.96%
BLUE value IS 117 (46.09% from 255) = 59.39%
R=9.64%
G=30.96%
B=59.39%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19611170.840.4800.54214.2972.0626.67
Hex133D755430036d6481b
Octal23751651246006632611033
Binary1001111110111101011010100110000011011011010110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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