#153640

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

Shades of Nordic #153640

Tints of Nordic #153640

Color information

#153640 (or 0x153640) is unknown color: approx Nordic. HEX triplet: 15, 36 and 40. RGB value is (21,54,64). Sum of RGB (Red+Green+Blue) = 21+54+64=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 64 - color contains mainly: blue. Hex color #153640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153640 is #EAC9BF. Grayscale: #2D2D2D. Windows color (decimal): -15387072 or 4208149. OLE color: 4208149.

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

Color convert

RGB215464-
CMYK0.670.1600.75
HSL193.95º50.59%16.67%-
HSV(B)193.95º67.19%25.1%-
XYZ2.553.175.33-
YUV45.27138.57110.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.11%
GREEN value IS 54 (21.48% from 255) = 38.85%
BLUE value IS 64 (25.39% from 255) = 46.04%
R=15.11%
G=38.85%
B=46.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2154640.670.1600.75193.9550.5916.67
Hex153640431004Bc23311
Octal25661001032001133026321
Binary101011101101000000100001110000010010111100001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153640; }

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

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

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

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

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

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

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

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