#153842

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

Shades of Nordic #153842

Tints of Nordic #153842

Color information

#153842 (or 0x153842) is unknown color: approx Nordic. HEX triplet: 15, 38 and 42. RGB value is (21,56,66). Sum of RGB (Red+Green+Blue) = 21+56+66=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 56 (22.27% from 255 or 39.16% from 143); Blue value is 66 (26.17% from 255 or 46.15% from 143); Max value from RGB is 66 - color contains mainly: blue. Hex color #153842 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153842 is #EAC7BD. Grayscale: #2E2E2E. Windows color (decimal): -15386558 or 4339733. OLE color: 4339733.

HSL color Cylindrical-coordinate representation of color #153842: hue angle of 193.33º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #153842 is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB215666-
CMYK0.680.1500.74
HSL193.33º51.72%17.06%-
HSV(B)193.33º68.18%25.88%-
XYZ2.713.385.66-
YUV46.68138.9109.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.69%
GREEN value IS 56 (22.27% from 255) = 39.16%
BLUE value IS 66 (26.17% from 255) = 46.15%
R=14.69%
G=39.16%
B=46.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2156660.680.1500.74193.3351.7217.06
Hex15384244F04Ac13411
Octal25701021041701123016421
Binary10101111000100001010001001111010010101100000111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153842; }

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

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

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

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

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

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

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

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