#153941

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

Shades of Nordic #153941

Tints of Nordic #153941

Color information

#153941 (or 0x153941) is unknown color: approx Nordic. HEX triplet: 15, 39 and 41. RGB value is (21,57,65). Sum of RGB (Red+Green+Blue) = 21+57+65=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 65 - color contains mainly: blue. Hex color #153941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153941 is #EAC6BE. Grayscale: #2F2F2F. Windows color (decimal): -15386303 or 4274453. OLE color: 4274453.

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

Color convert

RGB215765-
CMYK0.680.1200.75
HSL190.91º51.16%16.86%-
HSV(B)190.91º67.69%25.49%-
XYZ2.733.475.53-
YUV47.15138.07109.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.69%
GREEN value IS 57 (22.66% from 255) = 39.86%
BLUE value IS 65 (25.78% from 255) = 45.45%
R=14.69%
G=39.86%
B=45.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2157650.680.1200.75190.9151.1616.86
Hex15394144C04Bbf3311
Octal25711011041401132776321
Binary10101111001100000110001001100010010111011111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153941; }

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

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

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

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

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

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

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

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