#133640

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

Shades of Nordic #133640

Tints of Nordic #133640

Color information

#133640 (or 0x133640) is unknown color: approx Nordic. HEX triplet: 13, 36 and 40. RGB value is (19,54,64). Sum of RGB (Red+Green+Blue) = 19+54+64=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 54 (21.48% from 255 or 39.42% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 64 - color contains mainly: blue. Hex color #133640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133640 is #ECC9BF. Grayscale: #2C2C2C. Windows color (decimal): -15518144 or 4208147. OLE color: 4208147.

HSL color Cylindrical-coordinate representation of color #133640: hue angle of 193.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #133640 is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB195464-
CMYK0.700.1600.75
HSL193.33º54.22%16.27%-
HSV(B)193.33º70.31%25.1%-
XYZ2.513.155.33-
YUV44.68138.9109.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.87%
GREEN value IS 54 (21.48% from 255) = 39.42%
BLUE value IS 64 (25.39% from 255) = 46.72%
R=13.87%
G=39.42%
B=46.72%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1954640.700.1600.75193.3354.2216.27
Hex133640461004Bc13610
Octal23661001062001133016620
Binary100111101101000000100011010000010010111100000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133640; }

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

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

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

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

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

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

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

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