#153B40

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

Shades of Nordic #153B40

Tints of Nordic #153B40

Color information

#153B40 (or 0x153B40) is unknown color: approx Nordic. HEX triplet: 15, 3B and 40. RGB value is (21,59,64). Sum of RGB (Red+Green+Blue) = 21+59+64=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 59 (23.44% from 255 or 40.97% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 64 - color contains mainly: blue. Hex color #153B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153B40 is #EAC4BF. Grayscale: #303030. Windows color (decimal): -15385792 or 4209429. OLE color: 4209429.

HSL color Cylindrical-coordinate representation of color #153B40: hue angle of 186.98º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #153B40 is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB215964-
CMYK0.670.0800.75
HSL186.98º50.59%16.67%-
HSV(B)186.98º67.19%25.1%-
XYZ2.83.665.41-
YUV48.21136.91108.59-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.58%
GREEN value IS 59 (23.44% from 255) = 40.97%
BLUE value IS 64 (25.39% from 255) = 44.44%
R=14.58%
G=40.97%
B=44.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2159640.670.0800.75186.9850.5916.67
Hex153B4043804Bbb3311
Octal25731001031001132736321
Binary10101111011100000010000111000010010111011101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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