#153A40

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

Shades of Nordic #153A40

Tints of Nordic #153A40

Color information

#153A40 (or 0x153A40) is unknown color: approx Nordic. HEX triplet: 15, 3A and 40. RGB value is (21,58,64). Sum of RGB (Red+Green+Blue) = 21+58+64=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 58 (23.05% from 255 or 40.56% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 64 - color contains mainly: blue. Hex color #153A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153A40 is #EAC5BF. Grayscale: #2F2F2F. Windows color (decimal): -15386048 or 4209173. OLE color: 4209173.

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

Color convert

RGB215864-
CMYK0.670.0900.75
HSL188.37º50.59%16.67%-
HSV(B)188.37º67.19%25.1%-
XYZ2.753.565.39-
YUV47.62137.24109.01-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.69%
GREEN value IS 58 (23.05% from 255) = 40.56%
BLUE value IS 64 (25.39% from 255) = 44.76%
R=14.69%
G=40.56%
B=44.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2158640.670.0900.75188.3750.5916.67
Hex153A4043904Bbc3311
Octal25721001031101132746321
Binary10101111010100000010000111001010010111011110011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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