#153841

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

Shades of Nordic #153841

Tints of Nordic #153841

Color information

#153841 (or 0x153841) is unknown color: approx Nordic. HEX triplet: 15, 38 and 41. RGB value is (21,56,65). Sum of RGB (Red+Green+Blue) = 21+56+65=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 65 - color contains mainly: blue. Hex color #153841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153841 is #EAC7BE. Grayscale: #2E2E2E. Windows color (decimal): -15386559 or 4274197. OLE color: 4274197.

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

Color convert

RGB215665-
CMYK0.680.1400.75
HSL192.27º51.16%16.86%-
HSV(B)192.27º67.69%25.49%-
XYZ2.683.375.51-
YUV46.56138.4109.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.79%
GREEN value IS 56 (22.27% from 255) = 39.44%
BLUE value IS 65 (25.78% from 255) = 45.77%
R=14.79%
G=39.44%
B=45.77%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2156650.680.1400.75192.2751.1616.86
Hex15384144E04Bc03311
Octal25701011041601133006321
Binary10101111000100000110001001110010010111100000011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153841; }

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

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

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

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

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

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

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

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