#133D6E

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

Shades of Dark Cerulean #133D6E

Tints of Dark Cerulean #133D6E

Color information

#133D6E (or 0x133D6E) is unknown color: approx Dark Cerulean. HEX triplet: 13, 3D and 6E. RGB value is (19,61,110). Sum of RGB (Red+Green+Blue) = 19+61+110=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 61 (24.22% from 255 or 32.11% from 190); Blue value is 110 (43.36% from 255 or 57.89% from 190); Max value from RGB is 110 - color contains mainly: blue. Hex color #133D6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133D6E is #ECC291. Grayscale: #353535. Windows color (decimal): -15516306 or 7224595. OLE color: 7224595.

HSL color Cylindrical-coordinate representation of color #133D6E: hue angle of 212.31º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #133D6E is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1961110-
CMYK0.830.4500.57
HSL212.31º70.54%25.29%-
HSV(B)212.31º82.73%43.14%-
XYZ4.754.615.39-
YUV54.03159.59103.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10%
GREEN value IS 61 (24.22% from 255) = 32.11%
BLUE value IS 110 (43.36% from 255) = 57.89%
R=10%
G=32.11%
B=57.89%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal19611100.830.4500.57212.3170.5425.29
Hex133D6E532D039d44719
Octal23751561235507132410731
Binary1001111110111011101010011101101011100111010100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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