#15383F

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

Shades of Nordic #15383F

Tints of Nordic #15383F

Color information

#15383F (or 0x15383F) is unknown color: approx Nordic. HEX triplet: 15, 38 and 3F. RGB value is (21,56,63). Sum of RGB (Red+Green+Blue) = 21+56+63=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 63 (25% from 255 or 45% from 140); Max value from RGB is 63 - color contains mainly: blue. Hex color #15383F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15383F is #EAC7C0. Grayscale: #2E2E2E. Windows color (decimal): -15386561 or 4143125. OLE color: 4143125.

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

Color convert

RGB215663-
CMYK0.670.1100.75
HSL190º50%16.47%-
HSV(B)190º66.67%24.71%-
XYZ2.623.355.21-
YUV46.33137.4109.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15%
GREEN value IS 56 (22.27% from 255) = 40%
BLUE value IS 63 (25% from 255) = 45%
R=15%
G=40%
B=45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2156630.670.1100.751905016.47
Hex15383F43B04Bbe3210
Octal2570771031301132766220
Binary1010111100011111110000111011010010111011111011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15383F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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