#153A44

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

Shades of Nordic #153A44

Tints of Nordic #153A44

Color information

#153A44 (or 0x153A44) is unknown color: approx Nordic. HEX triplet: 15, 3A and 44. RGB value is (21,58,68). Sum of RGB (Red+Green+Blue) = 21+58+68=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 68 (26.95% from 255 or 46.26% from 147); Max value from RGB is 68 - color contains mainly: blue. Hex color #153A44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153A44 is #EAC5BB. Grayscale: #303030. Windows color (decimal): -15386044 or 4471317. OLE color: 4471317.

HSL color Cylindrical-coordinate representation of color #153A44: hue angle of 192.77º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #153A44 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB215868-
CMYK0.690.1500.73
HSL192.77º52.81%17.45%-
HSV(B)192.77º69.12%26.67%-
XYZ2.873.66.01-
YUV48.08139.24108.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.29%
GREEN value IS 58 (23.05% from 255) = 39.46%
BLUE value IS 68 (26.95% from 255) = 46.26%
R=14.29%
G=39.46%
B=46.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2158680.690.1500.73192.7752.8117.45
Hex153A4445F049c13511
Octal25721041051701113016521
Binary10101111010100010010001011111010010011100000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153A44; }

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

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

<style>
 a { background-color: #153A44; }

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

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

<style>
 span { border-color: #153A44; }

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

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