#133875

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

Shades of Dark Cerulean #133875

Tints of Dark Cerulean #133875

Color information

#133875 (or 0x133875) is unknown color: approx Dark Cerulean. HEX triplet: 13, 38 and 75. RGB value is (19,56,117). Sum of RGB (Red+Green+Blue) = 19+56+117=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 117 (46.09% from 255 or 60.94% from 192); Max value from RGB is 117 - color contains mainly: blue. Hex color #133875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133875 is #ECC78A. Grayscale: #333333. Windows color (decimal): -15517579 or 7682067. OLE color: 7682067.

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

Color convert

RGB1956117-
CMYK0.840.5200.54
HSL217.35º72.06%26.67%-
HSV(B)217.35º83.76%45.88%-
XYZ4.894.2517.39-
YUV51.89164.74104.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.90%
GREEN value IS 56 (22.27% from 255) = 29.17%
BLUE value IS 117 (46.09% from 255) = 60.94%
R=9.90%
G=29.17%
B=60.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19561170.840.5200.54217.3572.0626.67
Hex1338755434036d9481b
Octal23701651246406633111033
Binary1001111100011101011010100110100011011011011001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133875; }

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

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

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

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

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

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

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

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