#15363F

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

Shades of Nordic #15363F

Tints of Nordic #15363F

Color information

#15363F (or 0x15363F) is unknown color: approx Nordic. HEX triplet: 15, 36 and 3F. RGB value is (21,54,63). Sum of RGB (Red+Green+Blue) = 21+54+63=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 54 (21.48% from 255 or 39.13% from 138); Blue value is 63 (25% from 255 or 45.65% from 138); Max value from RGB is 63 - color contains mainly: blue. Hex color #15363F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15363F is #EAC9C0. Grayscale: #2D2D2D. Windows color (decimal): -15387073 or 4142613. OLE color: 4142613.

HSL color Cylindrical-coordinate representation of color #15363F: hue angle of 192.86º 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 #15363F is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB215463-
CMYK0.670.1400.75
HSL192.86º50%16.47%-
HSV(B)192.86º66.67%24.71%-
XYZ2.533.165.18-
YUV45.16138.07110.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.22%
GREEN value IS 54 (21.48% from 255) = 39.13%
BLUE value IS 63 (25% from 255) = 45.65%
R=15.22%
G=39.13%
B=45.65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2154630.670.1400.75192.865016.47
Hex15363F43E04Bc13210
Octal2566771031601133016220
Binary1010111011011111110000111110010010111100000111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15363F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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