#15333A

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

Shades of Nordic #15333A

Tints of Nordic #15333A

Color information

#15333A (or 0x15333A) is unknown color: approx Nordic. HEX triplet: 15, 33 and 3A. RGB value is (21,51,58). Sum of RGB (Red+Green+Blue) = 21+51+58=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 51 (20.31% from 255 or 39.23% from 130); Blue value is 58 (23.05% from 255 or 44.62% from 130); Max value from RGB is 58 - color contains mainly: blue. Hex color #15333A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15333A is #EACCC5. Grayscale: #2A2A2A. Windows color (decimal): -15387846 or 3814165. OLE color: 3814165.

HSL color Cylindrical-coordinate representation of color #15333A: hue angle of 191.35º 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 #15333A is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB215158-
CMYK0.640.1200.77
HSL191.35º46.84%15.49%-
HSV(B)191.35º63.79%22.75%-
XYZ2.262.834.43-
YUV42.83136.56112.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.15%
GREEN value IS 51 (20.31% from 255) = 39.23%
BLUE value IS 58 (23.05% from 255) = 44.62%
R=16.15%
G=39.23%
B=44.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2151580.640.1200.77191.3546.8415.49
Hex15333A40C04Dbf2ff
Octal2563721001401152775717
Binary101011100111110101000000110001001101101111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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