#153A41

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

Shades of Nordic #153A41

Tints of Nordic #153A41

Color information

#153A41 (or 0x153A41) is unknown color: approx Nordic. HEX triplet: 15, 3A and 41. RGB value is (21,58,65). Sum of RGB (Red+Green+Blue) = 21+58+65=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 58 (23.05% from 255 or 40.28% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 65 - color contains mainly: blue. Hex color #153A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153A41 is #EAC5BE. Grayscale: #2F2F2F. Windows color (decimal): -15386047 or 4274709. OLE color: 4274709.

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

Color convert

RGB215865-
CMYK0.680.1100.75
HSL189.55º51.16%16.86%-
HSV(B)189.55º67.69%25.49%-
XYZ2.783.575.54-
YUV47.74137.74108.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.58%
GREEN value IS 58 (23.05% from 255) = 40.28%
BLUE value IS 65 (25.78% from 255) = 45.14%
R=14.58%
G=40.28%
B=45.14%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2158650.680.1100.75189.5551.1616.86
Hex153A4144B04Bbe3311
Octal25721011041301132766321
Binary10101111010100000110001001011010010111011111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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