#153B41

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

Shades of Nordic #153B41

Tints of Nordic #153B41

Color information

#153B41 (or 0x153B41) is unknown color: approx Nordic. HEX triplet: 15, 3B and 41. RGB value is (21,59,65). Sum of RGB (Red+Green+Blue) = 21+59+65=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 59 (23.44% from 255 or 40.69% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 65 - color contains mainly: blue. Hex color #153B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153B41 is #EAC4BE. Grayscale: #303030. Windows color (decimal): -15385791 or 4274965. OLE color: 4274965.

HSL color Cylindrical-coordinate representation of color #153B41: hue angle of 188.18º 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 #153B41 is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB215965-
CMYK0.680.0900.75
HSL188.18º51.16%16.86%-
HSV(B)188.18º67.69%25.49%-
XYZ2.833.675.56-
YUV48.32137.41108.51-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.48%
GREEN value IS 59 (23.44% from 255) = 40.69%
BLUE value IS 65 (25.78% from 255) = 44.83%
R=14.48%
G=40.69%
B=44.83%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2159650.680.0900.75188.1851.1616.86
Hex153B4144904Bbc3311
Octal25731011041101132746321
Binary10101111011100000110001001001010010111011110011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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