#133675

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

Shades of Dark Cerulean #133675

Tints of Dark Cerulean #133675

Color information

#133675 (or 0x133675) is unknown color: approx Dark Cerulean. HEX triplet: 13, 36 and 75. RGB value is (19,54,117). Sum of RGB (Red+Green+Blue) = 19+54+117=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 117 (46.09% from 255 or 61.58% from 190); Max value from RGB is 117 - color contains mainly: blue. Hex color #133675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133675 is #ECC98A. Grayscale: #323232. Windows color (decimal): -15518091 or 7681555. OLE color: 7681555.

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

Color convert

RGB1954117-
CMYK0.840.5400.54
HSL218.57º72.06%26.67%-
HSV(B)218.57º83.76%45.88%-
XYZ4.84.0617.36-
YUV50.72165.4105.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10%
GREEN value IS 54 (21.48% from 255) = 28.42%
BLUE value IS 117 (46.09% from 255) = 61.58%
R=10%
G=28.42%
B=61.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19541170.840.5400.54218.5772.0626.67
Hex1336755436036db481b
Octal23661651246606633311033
Binary1001111011011101011010100110110011011011011011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133675; }

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

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

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

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

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

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

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

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