#153B44

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

Shades of Nordic #153B44

Tints of Nordic #153B44

Color information

#153B44 (or 0x153B44) is unknown color: approx Nordic. HEX triplet: 15, 3B and 44. RGB value is (21,59,68). Sum of RGB (Red+Green+Blue) = 21+59+68=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 59 (23.44% from 255 or 39.86% from 148); Blue value is 68 (26.95% from 255 or 45.95% from 148); Max value from RGB is 68 - color contains mainly: blue. Hex color #153B44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153B44 is #EAC4BB. Grayscale: #303030. Windows color (decimal): -15385788 or 4471573. OLE color: 4471573.

HSL color Cylindrical-coordinate representation of color #153B44: hue angle of 191.49º 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 #153B44 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB215968-
CMYK0.690.1300.73
HSL191.49º52.81%17.45%-
HSV(B)191.49º69.12%26.67%-
XYZ2.923.76.03-
YUV48.66138.91108.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.19%
GREEN value IS 59 (23.44% from 255) = 39.86%
BLUE value IS 68 (26.95% from 255) = 45.95%
R=14.19%
G=39.86%
B=45.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2159680.690.1300.73191.4952.8117.45
Hex153B4445D049bf3511
Octal25731041051501112776521
Binary10101111011100010010001011101010010011011111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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