#15323B

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

Shades of Nordic #15323B

Tints of Nordic #15323B

Color information

#15323B (or 0x15323B) is unknown color: approx Nordic. HEX triplet: 15, 32 and 3B. RGB value is (21,50,59). Sum of RGB (Red+Green+Blue) = 21+50+59=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 59 (23.44% from 255 or 45.38% from 130); Max value from RGB is 59 - color contains mainly: blue. Hex color #15323B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15323B is #EACDC4. Grayscale: #2A2A2A. Windows color (decimal): -15388101 or 3879445. OLE color: 3879445.

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

Color convert

RGB215059-
CMYK0.640.1500.77
HSL194.21º47.5%15.69%-
HSV(B)194.21º64.41%23.14%-
XYZ2.242.764.55-
YUV42.36137.39112.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.15%
GREEN value IS 50 (19.92% from 255) = 38.46%
BLUE value IS 59 (23.44% from 255) = 45.38%
R=16.15%
G=38.46%
B=45.38%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2150590.640.1500.77194.2147.515.69
Hex15323B40F04Dc23010
Octal2562731001701153026020
Binary1010111001011101110000001111010011011100001011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15323B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15323B; }

 p { color: rgb(21,50,59); }

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

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

 a { background-color: rgb(21,50,59); }

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

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

 span { border-color: rgb(21,50,59); }

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