#133677

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

Shades of Dark Cerulean #133677

Tints of Dark Cerulean #133677

Color information

#133677 (or 0x133677) is unknown color: approx Dark Cerulean. HEX triplet: 13, 36 and 77. RGB value is (19,54,119). Sum of RGB (Red+Green+Blue) = 19+54+119=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 119 (46.88% from 255 or 61.98% from 192); Max value from RGB is 119 - color contains mainly: blue. Hex color #133677 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133677 is #ECC988. Grayscale: #323232. Windows color (decimal): -15518089 or 7812627. OLE color: 7812627.

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

Color convert

RGB1954119-
CMYK0.840.5500.53
HSL219º72.46%27.06%-
HSV(B)219º84.03%46.67%-
XYZ4.924.1117.99-
YUV50.94166.4105.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.90%
GREEN value IS 54 (21.48% from 255) = 28.12%
BLUE value IS 119 (46.88% from 255) = 61.98%
R=9.90%
G=28.12%
B=61.98%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19541190.840.5500.5321972.4627.06
Hex1336775437035db481b
Octal23661671246706533311033
Binary1001111011011101111010100110111011010111011011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133677; }

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

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

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

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

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

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

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

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