#153944

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

Shades of Nordic #153944

Tints of Nordic #153944

Color information

#153944 (or 0x153944) is unknown color: approx Nordic. HEX triplet: 15, 39 and 44. RGB value is (21,57,68). Sum of RGB (Red+Green+Blue) = 21+57+68=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 68 (26.95% from 255 or 46.58% from 146); Max value from RGB is 68 - color contains mainly: blue. Hex color #153944 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153944 is #EAC6BB. Grayscale: #2F2F2F. Windows color (decimal): -15386300 or 4471061. OLE color: 4471061.

HSL color Cylindrical-coordinate representation of color #153944: hue angle of 194.04º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #153944 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB215768-
CMYK0.690.1600.73
HSL194.04º52.81%17.45%-
HSV(B)194.04º69.12%26.67%-
XYZ2.823.56-
YUV47.49139.57109.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.38%
GREEN value IS 57 (22.66% from 255) = 39.04%
BLUE value IS 68 (26.95% from 255) = 46.58%
R=14.38%
G=39.04%
B=46.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2157680.690.1600.73194.0452.8117.45
Hex1539444510049c23511
Octal25711041052001113026521
Binary101011110011000100100010110000010010011100001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153944; }

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

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

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

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

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

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

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

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