#15313A

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

Shades of Nordic #15313A

Tints of Nordic #15313A

Color information

#15313A (or 0x15313A) is unknown color: approx Nordic. HEX triplet: 15, 31 and 3A. RGB value is (21,49,58). Sum of RGB (Red+Green+Blue) = 21+49+58=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 58 (23.05% from 255 or 45.31% from 128); Max value from RGB is 58 - color contains mainly: blue. Hex color #15313A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15313A is #EACEC5. Grayscale: #292929. Windows color (decimal): -15388358 or 3813653. OLE color: 3813653.

HSL color Cylindrical-coordinate representation of color #15313A: hue angle of 194.59º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #15313A is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB214958-
CMYK0.640.1600.77
HSL194.59º46.84%15.49%-
HSV(B)194.59º63.79%22.75%-
XYZ2.172.664.4-
YUV41.65137.22113.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.41%
GREEN value IS 49 (19.53% from 255) = 38.28%
BLUE value IS 58 (23.05% from 255) = 45.31%
R=16.41%
G=38.28%
B=45.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2149580.640.1600.77194.5946.8415.49
Hex15313A401004Dc32ff
Octal2561721002001153035717
Binary1010111000111101010000001000001001101110000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15313A; }

 p { color: rgb(21,49,58); }

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

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

 a { background-color: rgb(21,49,58); }

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

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

 span { border-color: rgb(21,49,58); }

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