#15393F

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

Shades of Nordic #15393F

Tints of Nordic #15393F

Color information

#15393F (or 0x15393F) is unknown color: approx Nordic. HEX triplet: 15, 39 and 3F. RGB value is (21,57,63). Sum of RGB (Red+Green+Blue) = 21+57+63=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 57 (22.66% from 255 or 40.43% from 141); Blue value is 63 (25% from 255 or 44.68% from 141); Max value from RGB is 63 - color contains mainly: blue. Hex color #15393F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15393F is #EAC6C0. Grayscale: #2E2E2E. Windows color (decimal): -15386305 or 4143381. OLE color: 4143381.

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

Color convert

RGB215763-
CMYK0.670.1000.75
HSL188.57º50%16.47%-
HSV(B)188.57º66.67%24.71%-
XYZ2.673.445.23-
YUV46.92137.07109.51-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.89%
GREEN value IS 57 (22.66% from 255) = 40.43%
BLUE value IS 63 (25% from 255) = 44.68%
R=14.89%
G=40.43%
B=44.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2157630.670.1000.75188.575016.47
Hex15393F43A04Bbd3210
Octal2571771031201132756220
Binary1010111100111111110000111010010010111011110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15393F; }

 p { color: rgb(21,57,63); }

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

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

 a { background-color: rgb(21,57,63); }

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

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

 span { border-color: rgb(21,57,63); }

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